Skip to content

Commit

Permalink
exclude d.ts files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Feb 7, 2024
1 parent 441bf1a commit c63ebec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default defineConfig(({command, mode}) => {
'src/test/**',
'**/*.e2e.ts',
'*.ts',
'**/*.d.ts',
],
reporter: ['text', 'text-summary', 'lcov'],
},
Expand Down

0 comments on commit c63ebec

Please sign in to comment.