Skip to content

Commit b713164

Browse files
update vitest config
1 parent 81a7935 commit b713164

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vitest.config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@ export default defineConfig({
88
setupFiles: ["./src/setup-tests.ts"],
99
environment: "jsdom",
1010
css: false,
11-
coverage: {
12-
provider: "c8",
13-
reporter: ["text-summary", "cobertura"],
14-
},
1511
},
1612
});

0 commit comments

Comments
 (0)