From ba16c5279e9f2dda1f239cce804c942daee6a7e5 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 13 Mar 2020 12:43:22 +0100 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=9A=A8=20lowered=20code=20coverag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jest.config.js b/jest.config.js index d966d27d..a6178f5e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,10 +6,10 @@ module.exports = { collectCoverageFrom: ["src/*.ts"], coverageThreshold: { global: { - branches: 75, - functions: 75, - lines: 75, - statements: 75, + branches: 50, + functions: 50, + lines: 50, + statements: 50, }, }, }