From b1e81a608ee138aabf989e4487d5a03a869f5f90 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 21 Dec 2021 12:09:11 -0500 Subject: [PATCH] Changing jest.config coverage to 85 --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index fd7713966..720237d10 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,7 +16,7 @@ module.exports = { testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: { global: { - statements: 80, + statements: 85, }, }, };