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 c27aa9c commit 0c817afCopy full SHA for 0c817af
package.json
@@ -402,7 +402,7 @@
402
"pretest": "npm run compile",
403
"dev": "cd webview-ui && npm run dev",
404
"test": "node scripts/run-tests.js",
405
- "test:extension": "node ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
+ "test:extension": "node --max-old-space-size=8192 ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
406
"test:extension:debug-memory": "node --max-old-space-size=8192 --trace-gc --expose-gc --heap-prof ./node_modules/.bin/jest --runInBand --logHeapUsage --detectOpenHandles --testTimeout=10000",
407
"test:webview": "cd webview-ui && npm run test",
408
"prepare": "husky",
0 commit comments