Skip to content

Commit

Permalink
workflow: update test script to support command line flags (#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
caozhong1996 committed Nov 26, 2021
1 parent 2a4f134 commit 90083f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"size-baseline": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build",
"lint": "eslint --ext .ts packages/*/src/**.ts",
"format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
"test": "run-s test-unit test-e2e",
"test": "run-s \"test-unit -- {@}\" \"test-e2e -- {@}\" --",
"test-unit": "jest --filter ./scripts/filter-unit.js",
"test-e2e": "node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand",
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && npm run test-dts-only",
Expand Down

0 comments on commit 90083f5

Please sign in to comment.