We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565e2ce commit 95d5e3bCopy full SHA for 95d5e3b
1 file changed
package.json
@@ -42,7 +42,7 @@
42
"server:https": "vite --config e2e/vite.config-https.ts",
43
"test": "concurrently -n 'server,client' -c 'blue,green' 'npm:test:*'",
44
"test:e2e": "playwright test",
45
- "test:unit": "vitest run"
+ "test:unit": "vitest run --exclude e2e"
46
},
47
"dependencies": {
48
"@total-typescript/tsconfig": "^1.0.4",
0 commit comments