Skip to content

Commit

Permalink
fix: use -- to correctly pass coverage flag to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Oct 9, 2024
1 parent b1c90e9 commit 1d67425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:vitest": "dotenv -e .env.test vitest run",
"test-dev:vitest": "dotenv -e .env.test vitest",
"test:e2e": "dotenv -e .env.test playwright test",
"test-ci:coverage": "dotenv -e .env.test vitest run --coverage",
"test-ci:coverage": "dotenv -e .env.test vitest run -- --coverage",
"test-ci:e2e": "start-server-and-test start http://127.0.0.1:3000 test:e2e",
"test-dev:e2e": "start-server-and-test dev http://127.0.0.1:3000 test:e2e",
"load-test:build": "webpack --config tests/load/webpack.config.js",
Expand Down

0 comments on commit 1d67425

Please sign in to comment.