Skip to content

Commit 90083f5

Browse files
authored
workflow: update test script to support command line flags (#4947)
1 parent 2a4f134 commit 90083f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"size-baseline": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build",
1010
"lint": "eslint --ext .ts packages/*/src/**.ts",
1111
"format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
12-
"test": "run-s test-unit test-e2e",
12+
"test": "run-s \"test-unit -- {@}\" \"test-e2e -- {@}\" --",
1313
"test-unit": "jest --filter ./scripts/filter-unit.js",
1414
"test-e2e": "node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand",
1515
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && npm run test-dts-only",

0 commit comments

Comments
 (0)