diff --git a/jest.config.ts b/jest.config.ts index d1f6e3c7a..52d147124 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -17,7 +17,7 @@ export default { coverageThreshold: { global: { statements: 21.5, - branches: 17.0, + branches: 16.5, lines: 22.0, functions: 20.5, },