Skip to content

Commit

Permalink
fix: fix vite version for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Nov 29, 2024
1 parent eed5705 commit a0f1128
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export default defineConfig({
coverage: {
provider: 'v8',
reporter: ['lcov', 'text'],
exclude: [
'**/node_modules/**',
'**/*.test.ts',
'src/shared/types/common/TailwindColorClass.type.ts',
'src/components/common/forms/**',
],
},
},
server: {
Expand Down

0 comments on commit a0f1128

Please sign in to comment.