Skip to content

Commit f87dab4

Browse files
committed
fix(vitest): update coverage exclude pattern for index files
1 parent e33824d commit f87dab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vitest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
],
88
coverage: {
99
include: ['src/**/*.ts'],
10-
exclude: ['src/index.ts'],
10+
exclude: ['src/**/index.ts'],
1111
},
1212
},
1313
})

0 commit comments

Comments
 (0)