mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
try another modification to the test script for windows out of memory errors in ci build
This commit is contained in:
parent
0c817af055
commit
876742a887
1 changed files with 2 additions and 2 deletions
|
|
@ -401,8 +401,8 @@
|
|||
"package": "npm-run-all -l -p build:webview build:esbuild check-types lint",
|
||||
"pretest": "npm run compile",
|
||||
"dev": "cd webview-ui && npm run dev",
|
||||
"test": "node scripts/run-tests.js",
|
||||
"test:extension": "node --max-old-space-size=8192 ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
|
||||
"test": "npm run test:extension",
|
||||
"test:extension": "node --max-old-space-size=8192 ./node_modules/.bin/jest --silent --runInBand --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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue