Skip to content

Commit

Permalink
chore: Bump coverage memory limit (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijapuaca authored Apr 24, 2023
1 parent b805cde commit 6e71b9e
Showing 1 changed file with 1 addition and 1 deletion.
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 $MODULE_DIR/node/test.js 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; npx nyc report --reporter=lcov)
;;

Expand Down

0 comments on commit 6e71b9e

Please sign in to comment.