We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84e084 commit fb4c22dCopy full SHA for fb4c22d
package.json
@@ -33,7 +33,8 @@
33
"scripts": {
34
"start": "cross-env NODE_ENV=development vite",
35
"build": "cross-env NODE_ENV=production vite build",
36
- "test": "vitest run --coverage",
37
- "tdd": "vitest"
+ "test": "vitest run --coverage --browser.headless=true",
+ "tdd": "vitest",
38
+ "tdd-headless": "vitest --browser.headless=true"
39
}
40
vite.config.js vite.config.mjsvite.config.js renamed to vite.config.mjs
0 commit comments