diff --git a/vite.config.js b/vite.config.js index 3e9cfdeb..6b8b268c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,8 +6,10 @@ export default defineConfig({ include: ["src/**/*.ts"], reporter: ["html"], thresholds: { - 100: true, + lines: 88.88, + functions: 75, + statements: 88.88, }, }, }, -}); \ No newline at end of file +});