Skip to content

Commit 0a7efe7

Browse files
committed
test: use single file tests as jest entries
1 parent d86624b commit 0a7efe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rspack-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"author": "",
99
"license": "ISC",
1010
"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",
1313
"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",
1414
"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",
1515
"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"

0 commit comments

Comments
 (0)