Skip to content

Commit

Permalink
feat: ✨ vitest config cjs support dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Mar 16, 2024
1 parent d7e734d commit 8b800ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vitest.config.ts → vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export default defineConfig({
coverage: {
provider: 'v8',
reporter: ['text', 'json', 'json-summary', 'html'],
lines: 80,
branches: 80,
functions: 80,
statements: 80,
},
},
});

0 comments on commit 8b800ca

Please sign in to comment.