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