Skip to content

Commit 100eb5e

Browse files
committed
chore: update vitest.config.ts to exclude index.ts files from coverage
1 parent ab268c1 commit 100eb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

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

0 commit comments

Comments
 (0)