diff --git a/vite.config.ts b/vite.config.ts index e8b122b2..98517ad9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -16,6 +16,9 @@ export default defineConfig({ reporter: ['html', 'json-summary'], thresholds: { lines: 1, + functions: 54, + branches: 56, + statements: 1, }, }, },