Skip to content

Commit db54c1b

Browse files
committed
Fix test coverage configuration path
Update vitest config to exclude src/index.ts instead of index.ts from coverage reports after entry point structure migration.
1 parent 559ec78 commit db54c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig({
3737
'dist/**',
3838
'scripts/**',
3939
'test/**',
40-
'index.ts',
40+
'src/index.ts',
4141
],
4242
all: true,
4343
thresholds: {

0 commit comments

Comments
 (0)