Skip to content

Commit

Permalink
chore: skip *.js for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 25, 2024
1 parent 7111c7f commit b5469a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default defineConfig({
test: {
globals: true,
coverage: {
thresholds: { 100: true }
thresholds: { 100: true },
exclude: ['*.js']
}
},
resolve: {
Expand Down

0 comments on commit b5469a6

Please sign in to comment.