Skip to content

Commit

Permalink
chore: coverage (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 12, 2024
1 parent 72882a7 commit d59fa2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export default defineConfig({
],
reportOnFailure: true,
thresholds: {
statements: 99.33,
branches: 98.44,
statements: 99.34,
branches: 98.56,
functions: 96.69,
lines: 99.33,
lines: 99.34,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit d59fa2c

Please sign in to comment.