We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f9e8b commit b395467Copy full SHA for b395467
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"pretest": "npm run build-test",
19
"prepare": "npm run compile",
20
- "test": "c8 mocha build/test",
+ "test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 c8 mocha build/test",
21
"predocs": "npm run build-tools",
22
"precompile": "rimraf build",
23
"prebuild-test": "rimraf build",
0 commit comments