diff --git a/jest.config.js b/jest.config.js index 87e110a8..3745d53d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 80, - branches: 80, + statements: 85, + branches: 75, functions: 80, - lines: 80, + lines: 85, }, }, resolver: 'jest-pnp-resolver',