From 624cbff6810811c6939eae1888920dc7b13c17eb Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Tue, 15 Mar 2022 10:22:46 -0400 Subject: [PATCH] chore: Increased jest test coverage thresholds (#16871) --- jest.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: {