Skip to content

Commit

Permalink
chore: coverage (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 9, 2024
1 parent ccfc47f commit cd6c0cf
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.15,
branches: 97.72,
statements: 99.24,
branches: 98.03,
functions: 93.42,
lines: 99.15,
lines: 99.24,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit cd6c0cf

Please sign in to comment.