Skip to content

Commit

Permalink
chore: ++
Browse files Browse the repository at this point in the history
  • Loading branch information
kungege committed Nov 29, 2024
1 parent 129beb4 commit a2bb2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = {
environment: 'jsdom',
coverage: {
provider: 'v8',
reporter: ['text', 'json-summary', 'json']
reporter: ['text', 'json-summary', 'json'],
include: ['src/**/src/*.{ts,tsx}']
}
},
resolve: {
Expand Down

0 comments on commit a2bb2e2

Please sign in to comment.