Skip to content

Commit a9e585f

Browse files
committed
fix vitest config
1 parent ac08f49 commit a9e585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
setupFiles: [],
1212
coverage: {
1313
include: ["src/**"],
14-
exclude: ["src/**/index.ts", "src/**/*.test.*", "src/**/declaration.d.ts"],
14+
exclude: ["src/**/*.test.*", "src/**/declaration.d.ts"],
1515
reporter: ["text", "json", "clover", "html"],
1616
},
1717
},

0 commit comments

Comments
 (0)