diff --git a/vitest.config.ts b/vitest.config.ts index add5cd2..1287466 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -39,10 +39,10 @@ export default defineConfig({ 'src/features/export/pdf-styles.ts', ], thresholds: { - branches: 33, - functions: 38, - lines: 43, - statements: 42, + branches: 35, + functions: 40, + lines: 45, + statements: 44, }, }, },