Skip to content

Commit b395467

Browse files
authored
Update package.json
1 parent 96f9e8b commit b395467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"pretest": "npm run build-test",
1919
"prepare": "npm run compile",
20-
"test": "c8 mocha build/test",
20+
"test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 c8 mocha build/test",
2121
"predocs": "npm run build-tools",
2222
"precompile": "rimraf build",
2323
"prebuild-test": "rimraf build",

0 commit comments

Comments
 (0)