Skip to content

Commit d2ae8f2

Browse files
authored
test: rename test script from 'test:rstest' to 'test:base' (#12194)
* test: rename test script from 'test:rstest' to 'test:base' * test: add case * Revert "test: add case" This reverts commit 4885814.
1 parent 09eaac7 commit d2ae8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rspack-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "cross-env RUST_BACKTRACE=full pnpm run --stream /^test:.*/",
1111
"testu": "pnpm run --stream /^test:.*/ -u",
12-
"test:rstest": "rstest",
12+
"test:base": "rstest",
1313
"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"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)