diff --git a/frontend/vitest.config.ts b/frontend/vitest.config.ts index 7c69f4c08..f62be2520 100644 --- a/frontend/vitest.config.ts +++ b/frontend/vitest.config.ts @@ -28,7 +28,7 @@ export default mergeConfig( thresholds: { lines: 84, // functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607 - branches: 92, + branches: 89, statements: 84, }, },