From d56a6387372ef492a7cb0dbebe8c749ab6deedf1 Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Thu, 26 Sep 2024 16:56:36 +0500 Subject: [PATCH] fix(coverageThreshold): coverageThreshold --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e577cada5..12a2529b2 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "functions": 36 }, "./src/network/": { - "lines": 30, + "lines": 29, "branches": 9, "functions": 18 }