increase max heap size to try and get windows passing in the CI build

This commit is contained in:
Smartsheet-JB-Brown 2025-04-16 21:20:13 -07:00
parent c27aa9c370
commit 0c817af055

View file

@ -402,7 +402,7 @@
"pretest": "npm run compile",
"dev": "cd webview-ui && npm run dev",
"test": "node scripts/run-tests.js",
"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",
"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",
"test:webview": "cd webview-ui && npm run test",
"prepare": "husky",