Skip to content

Commit

Permalink
chore: Undo heap memory bump (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijapuaca authored Apr 25, 2023
1 parent 6e71b9e commit b305260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"babel-loader": "8.2.2",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-version-inline": "^1.0.0",
"core-js": "^3.2.1",
"coveralls": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-tools/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case $MODE in
;;

"cover")
(set -x; NODE_ENV=test BABEL_ENV=test npx nyc node --max-old-space-size=4092 $MODULE_DIR/node/test.js cover)
(set -x; NODE_ENV=test BABEL_ENV=test npx nyc node $MODULE_DIR/node/test.js cover)
(set -x; npx nyc report --reporter=lcov)
;;

Expand Down

0 comments on commit b305260

Please sign in to comment.