diff --git a/jest.config.js b/jest.config.js index 1f687bb811b1..bfaddcfa87e8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,7 +11,7 @@ module.exports = { coverageThreshold: { global: { branches: 44, - functions: 46.8, + functions: 46, lines: 52, statements: 52, },