Skip to content

Commit

Permalink
fix: remove heap logging
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrokaw committed Jan 24, 2025
1 parent 10c762d commit 35c8e7f
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' NODE_OPTIONS=\"--max-old-space-size=4096\" jest --coverage --maxWorkers=",
"test": "TZ='UTC' NODE_OPTIONS=\"--max-old-space-size=4096\" jest --coverage --maxWorkers=2",
"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 35c8e7f

Please sign in to comment.