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 59c1393 commit 972c724Copy full SHA for 972c724
vitest.config.ts
@@ -22,7 +22,6 @@ export default defineConfig({
22
css: true,
23
testTimeout: 15000,
24
coverage: {
25
- all: true,
26
exclude: [`**/__test__/**/*`, `**/.eslintrc.js`, `**/*.spec.ts`, `test/**/*`],
27
provider: `v8`,
28
reporter: ["text", "text-summary", "cobertura"],
0 commit comments