diff --git a/frontend/vitest.config.ts b/frontend/vitest.config.ts index aed8a3ce36..f154bd26c8 100644 --- a/frontend/vitest.config.ts +++ b/frontend/vitest.config.ts @@ -29,7 +29,7 @@ export default mergeConfig( thresholds: { lines: 98, // functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607 - branches: 97, + branches: 96, statements: 98, }, },