diff --git a/jest.config.js b/jest.config.js index 6fc5cddf..a9712096 100644 --- a/jest.config.js +++ b/jest.config.js @@ -41,10 +41,10 @@ module.exports = { // An object that configures minimum threshold enforcement for coverage results coverageThreshold: { global: { - branches: 65.42, - functions: 88.57, - lines: 81.63, - statements: 81.55, + branches: 73.98, + functions: 90.81, + lines: 84.53, + statements: 84.44, }, },