There was an error while loading. Please reload this page.
1 parent 0e1e9ad commit 9a11a37Copy full SHA for 9a11a37
package.json
@@ -17,8 +17,8 @@
17
},
18
"scripts": {
19
"pre-test": "npm run clean-coverage",
20
- "test": "npm pre-test && vitest --config vitest.config.ts",
21
- "test-ui": "npm pre-test && vitest --config vitest.config-ui.ts --browser=chromium",
+ "test": "npm run pre-test && vitest --config vitest.config.ts",
+ "test-ui": "npm run pre-test && vitest --config vitest.config-ui.ts --browser=chromium",
22
"clean-coverage": "rimraf coverage .nyc_output",
23
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
24
"badges": "npx -p dependency-version-badge update-badge eslint typescript eslint prettier vitest vite",
0 commit comments