From 618fc4f902aab2cdad5b33fcbcfecbab3d8d9297 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 22 Jun 2020 08:16:22 -0400 Subject: [PATCH] Since we've added more testing, coverage thresholds can be bumped up a bit. (#8824) --- jest.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: {