Skip to content

Commit ee26867

Browse files
committed
test: excude files that no need to test
1 parent ea9ee5c commit ee26867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default defineConfig({
3939
environment: 'jsdom',
4040
coverage: {
4141
reporter: ['lcov', 'text', 'json-summary', 'json'],
42+
include: ['core/**/*.ts']
4243
},
4344
},
4445
})

0 commit comments

Comments
 (0)