From b6547a50a67451861fa381d3eee670344054c4fc Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 26 Jun 2024 13:45:38 +0200 Subject: [PATCH] fix lint , coverage to 96% --- frontend/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, },