Skip to content

Commit

Permalink
chore: remove test.coverage.include in vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Dec 22, 2024
1 parent 8948db2 commit 71ab29c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineConfig({
plugins: [react()],
test: {
coverage: {
include: ['./src/**/*.tsx'],
provider: 'v8',
reporter: ['json', 'json-summary'],
reportOnFailure: true,
Expand Down

0 comments on commit 71ab29c

Please sign in to comment.