diff --git a/vitest.config.ts b/vitest.config.ts index 9ceaeb2a5a..7c6a50ee1c 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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',