diff --git a/jest.config.js b/jest.config.js index 4f2d9e03..d212d872 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,8 +10,8 @@ module.exports = { coverageThreshold: { global: { statements: 90, - branches: 80, - functions: 85, + branches: 85, + functions: 90, lines: 90, }, },