diff --git a/vitest.config.js b/vitest.config.js index 9302e57..fdfbc96 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -13,10 +13,10 @@ export default defineConfig({ ], reporter: ["lcov", "html"], thresholds: { - statements: 88, - branches: 90, - functions: 90, - lines: 88, + statements: 80, + branches: 85, + functions: 85, + lines: 80, }, }, environment: "jsdom",