Skip to content

Commit

Permalink
fix coverages
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKOYASAN committed Apr 12, 2024
1 parent c2c6be1 commit 2dc99bb
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 @@ -7,13 +7,13 @@ export default defineConfig({
enabled: true,
provider: 'v8',
thresholds: {
statements: 83.99,
branches: 38.88,
statements: 76.66,
branches: 50,
functions: 25,
lines: 83.99,
lines: 76.66,
autoUpdate: true,
},
},
clearMocks: true,
},
});
});

0 comments on commit 2dc99bb

Please sign in to comment.