diff --git a/vite.config.ts b/vite.config.ts index 162a0644..b7c866e9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,8 +14,8 @@ export default defineConfig({ exclude: [...configDefaults.exclude], thresholds: { lines: 0, - functions: 67, - branches: 67, + functions: 66, + branches: 66, statements: 0, }, },