diff --git a/jest.config.js b/jest.config.js index 0d8daedb8..3dc79e61f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -25,10 +25,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 41, - branches: 38, - functions: 40, - lines: 42, + statements: 43, + branches: 45, + functions: 42, + lines: 44, }, }, moduleNameMapper: {