Skip to content

Commit

Permalink
fix: exclude test
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Nov 29, 2024
1 parent a0f1128 commit 43e08d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ 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/**',
],
exclude: ['**/node_modules/**', 'src/*.test.ts', 'src/shared/types/common/**', 'src/components/common/forms/**'],
},
},
server: {
Expand Down

0 comments on commit 43e08d8

Please sign in to comment.