From c83855d83dd4928790b8cc19cd3e5e56fceac762 Mon Sep 17 00:00:00 2001 From: Geovanni Perez <1775792+geoperez@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:26:40 -0600 Subject: [PATCH] Update package.json --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index 8658560..ce6e4af 100644 --- a/package.json +++ b/package.json @@ -44,14 +44,6 @@ "testMatch": [ "/test/**/*.spec.(ts|tsx)" ], - "coverageThreshold": { - "global": { - "branches": 57, - "functions": 68, - "lines": 73, - "statements": -75 - } - }, "setupFilesAfterEnv": [ "./setupJestEnv.ts" ]