File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/tests" ,
3
- "private" : true ,
4
3
"version" : " 1.0.0" ,
5
4
"private" : true ,
6
5
"description" : " this is generated to avoid lookup @rspack/core's package.json and affected by the exports field " ,
10
9
"scripts" : {
11
10
"test" : " cross-env RUST_BACKTRACE=full pnpm run --sequential --stream /^test:.*/" ,
12
11
"testu" : " pnpm run --sequential --stream /^test:.*/ -u" ,
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
- "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
- "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"
12
+ "test:base" : " cross-env node --no-warnings --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --runInBand -- logHeapUsage --colors --config ./jest.config.js --passWithNoTests" ,
13
+ "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 --runInBand -- logHeapUsage --colors --config ./jest.config.hot.js --passWithNoTests" ,
14
+ "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 --runInBand -- logHeapUsage --colors --config ./jest.config.diff.js --passWithNoTests"
16
15
},
17
16
"devDependencies" : {
18
17
"@rspack/cli" : " workspace:*" ,
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.d.ts" ,
7
7
"scripts" : {
8
- "test" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --runInBand " ,
9
- "testu" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest -u --runInBand -- forceExit" ,
8
+ "test" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest" ,
9
+ "testu" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest -u --forceExit" ,
10
10
"test:metric" : " node --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation ../../node_modules/jest/bin/jest.js --json --colors --forceExit | node scripts/test-metric.js" ,
11
11
"test:metric:json" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --json"
12
12
},
You can’t perform that action at this time.
0 commit comments