From 7ac015ed80fb32f0588d40ebd9b60066a3249d5c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 21 Jul 2021 11:15:17 -0700 Subject: [PATCH] chore: increase jest coverage threshold to 60 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a82566f..560a46f0 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ ], "coverageThreshold": { "global": { - "lines": 40 + "lines": 60 } }, "modulePathIgnorePatterns": [