diff --git a/vitest.config.ts b/vitest.config.ts index c4ff6b0..e70ff4f 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -18,10 +18,10 @@ export default defineConfig({ reporter: ['html', 'json-summary', 'json', 'text-summary'], reportOnFailure: true, thresholds: { - branches: 100, - functions: 100, - lines: 100, - statements: 100, + branches: 85, + functions: 85, + lines: 85, + statements: 85, }, }, globals: true,