We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eaac7 commit d2ae8f2Copy full SHA for d2ae8f2
tests/rspack-test/package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"test": "cross-env RUST_BACKTRACE=full pnpm run --stream /^test:.*/",
11
"testu": "pnpm run --stream /^test:.*/ -u",
12
- "test:rstest": "rstest",
+ "test:base": "rstest",
13
"test:hot": "cross-env RSPACK_HOT_TEST=true node --no-warnings --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/@rstest/core/bin/rstest --config ./rstest.config.hot.ts --passWithNoTests"
14
},
15
"devDependencies": {
0 commit comments