From 927ab76dbd6aed8c80198243b252d42d2a6e4316 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 19 Mar 2023 10:46:52 +0100 Subject: [PATCH] Increase required coverage --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 4f2d9e03..d212d872 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,8 +10,8 @@ module.exports = { coverageThreshold: { global: { statements: 90, - branches: 80, - functions: 85, + branches: 85, + functions: 90, lines: 90, }, },