diff --git a/jest.config.ts b/jest.config.ts index 6f09d687b37ad1af62c9ba1d98a125b9f4844a43..eed6d79eca0472eb299556b797b827e73dff13bc 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = { : ['html', 'text-summary'], coverageThreshold: { global: { - branches: 94, + branches: 98, functions: 100, lines: 100, statements: 100,