File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"author" : " " ,
9
9
"license" : " ISC" ,
10
10
"scripts" : {
11
- "test" : " cross-env RUST_BACKTRACE=full pnpm run --stream /^test:.*/" ,
12
- "testu" : " pnpm run --stream /^test:.*/ -u" ,
11
+ "test" : " cross-env RUST_BACKTRACE=full pnpm run --sequential -- stream /^test:.*/" ,
12
+ "testu" : " pnpm run --sequential -- stream /^test:.*/ -u" ,
13
13
"test:base" : " cross-env node --no-warnings --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --colors --config ./jest.config.js --passWithNoTests" ,
14
14
"test:hot" : " cross-env RSPACK_HOT_TEST=true node --no-warnings --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --colors --config ./jest.config.hot.js --passWithNoTests" ,
15
15
"test:diff" : " cross-env RSPACK_DIFF=true node --no-warnings --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --colors --config ./jest.config.diff.js --passWithNoTests"
You can’t perform that action at this time.
0 commit comments