Skip to content

Commit

Permalink
fix: exclude test
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Dec 2, 2024
1 parent 43e08d8 commit 1b2287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
coverage: {
provider: 'v8',
reporter: ['lcov', 'text'],
exclude: ['**/node_modules/**', 'src/*.test.ts', 'src/shared/types/common/**', 'src/components/common/forms/**'],
exclude: ['src/*.test.ts', 'src/shared/**', 'src/components/common/**'],
},
},
server: {
Expand Down

0 comments on commit 1b2287e

Please sign in to comment.