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 ac08f49 commit a9e585fCopy full SHA for a9e585f
lib/vitest.config.mts
@@ -11,7 +11,7 @@ export default defineConfig({
11
setupFiles: [],
12
coverage: {
13
include: ["src/**"],
14
- exclude: ["src/**/index.ts", "src/**/*.test.*", "src/**/declaration.d.ts"],
+ exclude: ["src/**/*.test.*", "src/**/declaration.d.ts"],
15
reporter: ["text", "json", "clover", "html"],
16
},
17
0 commit comments