Skip to content

Commit

Permalink
feat: increased coverage (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 14, 2024
1 parent b222427 commit b893919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.47,
branches: 98.79,
functions: 96.74,
lines: 99.47,
statements: 99.5,
branches: 98.96,
functions: 97.19,
lines: 99.5,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit b893919

Please sign in to comment.