Skip to content

Commit b305260

Browse files
authored
chore: Undo heap memory bump (#9)
1 parent 6e71b9e commit b305260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/dev-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@typescript-eslint/eslint-plugin": "^4.26.1",
6161
"@typescript-eslint/parser": "^4.26.1",
6262
"babel-loader": "8.2.2",
63-
"babel-plugin-istanbul": "^6.0.0",
63+
"babel-plugin-istanbul": "^6.1.1",
6464
"babel-plugin-version-inline": "^1.0.0",
6565
"core-js": "^3.2.1",
6666
"coveralls": "^3.0.3",

modules/dev-tools/scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ case $MODE in
5555
;;
5656

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

0 commit comments

Comments
 (0)