From 310913b222e69bb392e087c840ab1b0e28a3d870 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 20 Sep 2021 21:52:46 +0200 Subject: [PATCH] Adjusted required code coverage to current values --- jest.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jest.config.js b/jest.config.js index 87e110a8..3745d53d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 80, - branches: 80, + statements: 85, + branches: 75, functions: 80, - lines: 80, + lines: 85, }, }, resolver: 'jest-pnp-resolver',