From 16fbf0e34bbdb197798c2d7864df08e933b75b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 14 Nov 2018 18:00:43 +0100 Subject: [PATCH] remove global coverage thresholds --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index 3f43154..c3642a6 100644 --- a/package.json +++ b/package.json @@ -50,14 +50,6 @@ "!**/build/**", "!**/coverage/**" ], - "coverageThreshold": { - "global": { - "branches": 100, - "functions": 100, - "lines": 100, - "statements": 100 - } - }, "coverageReporters": [ "text", "text-summary"