From 6e3a5a17b4efbd29c875fbb80c9a9da0b822d2b9 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Mon, 23 Sep 2024 22:39:36 +0000 Subject: [PATCH] chore: update test coverage thresholds --- jest.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jest.config.js b/jest.config.js index ff28c22d..b43953d4 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.95, + branches: 64.65, functions: 65.65, - lines: 66.04, - statements: 66.13, + lines: 65.51, + statements: 65.61, }, },