We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26a287 commit e1bf292Copy full SHA for e1bf292
package.json
@@ -18,7 +18,7 @@
18
"preview": "nuxt preview --host",
19
"screenshot": "tsx scripts/screenshot.ts",
20
"test:e2e": "vitest run e2e/",
21
- "test:unit": "vitest run **/__tests__/**/*.spec.ts",
+ "test:unit": "vitest run --exclude='e2e/**'",
22
"test:coverage": "vitest run --coverage",
23
"typecheck": "vue-tsc --noEmit"
24
},
0 commit comments