Skip to content

Commit

Permalink
Increase space and log heap usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrokaw committed Jan 23, 2025
1 parent f3905af commit f593bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"scripts": {
"postinstall": "bower install",
"protractor": "protractor ./spec/e2e/conf.js",
"test": "TZ='UTC' jest --coverage --maxWorkers=2",
"test": "TZ='UTC' NODE_OPTIONS=\"--max-old-space-size=4096\" jest --coverage --maxWorkers=2 --logHeapUsage",
"test:e2e": "cypress run --browser chrome",
"test:e2e:open": "cypress open --browser chrome",
"lint": "eslint --ext .js,.jsx,.ts,.tsx app/javascript cypress",
Expand Down

0 comments on commit f593bf0

Please sign in to comment.