diff --git a/vitest.config.ts b/vitest.config.ts index d4a97d4..ce5a2a6 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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, }, -}); \ No newline at end of file +});