diff --git a/jest.config.js b/jest.config.js index 31c699b8e..c0696ff25 100644 --- a/jest.config.js +++ b/jest.config.js @@ -18,10 +18,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 38, - branches: 34, - functions: 34, - lines: 39, + statements: 40, + branches: 35, + functions: 39, + lines: 41, }, }, moduleNameMapper: {