From b2956cbfbcf9a889a10607d406335085e50da06b Mon Sep 17 00:00:00 2001 From: ffmcgee Date: Tue, 10 Dec 2024 13:11:53 +0100 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=A4=94?= 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 527ceff3..111dc531 100644 --- a/jest.config.js +++ b/jest.config.js @@ -45,10 +45,10 @@ const baseConfig = { // An object that configures minimum threshold enforcement for coverage results coverageThreshold: { global: { - branches: 64.65, - functions: 65.65, - lines: 65.51, - statements: 65.61, + branches: 66.94, + functions: 68.18, + lines: 66.17, + statements: 66.25, }, },