From 05649f53085add2698a796347501e3a3da6653ca Mon Sep 17 00:00:00 2001 From: prathmesh703 <146568950+prathmesh703@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:29:37 +0530 Subject: [PATCH] jest global coverage decreased --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 75e0cc5b4d..e2ab108015 100644 --- a/jest.config.js +++ b/jest.config.js @@ -72,8 +72,8 @@ export default { ], coverageThreshold: { global: { - lines: 20, - statements: 20, + lines: 0, + statements: 0, }, }, testPathIgnorePatterns: [