We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a7935 commit b713164Copy full SHA for b713164
vitest.config.ts
@@ -8,9 +8,5 @@ export default defineConfig({
8
setupFiles: ["./src/setup-tests.ts"],
9
environment: "jsdom",
10
css: false,
11
- coverage: {
12
- provider: "c8",
13
- reporter: ["text-summary", "cobertura"],
14
- },
15
},
16
});
0 commit comments