From cbc4810ab6615f2673893db7c68505cdfd3fb8fb Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:35:51 +1100 Subject: [PATCH] Disabling the coverage threshold --- jest.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jest.config.ts b/jest.config.ts index 7a7162cf5a..af662bf69c 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -102,12 +102,12 @@ const config: Config = { // ], // An object that configures minimum threshold enforcement for coverage results - coverageThreshold: { - global: { - lines: 80, - branches: 80, - }, - }, + // coverageThreshold: { + // global: { + // lines: 80, + // branches: 80, + // }, + // }, // A path to a custom dependency extractor // dependencyExtractor: undefined,