From 5c9b22b6ffe2d6dab8a3b1e6845e6c4220a7f227 Mon Sep 17 00:00:00 2001 From: Ryan Herman Date: Wed, 30 Oct 2024 13:22:34 -0600 Subject: [PATCH] Drop coverage thresholds --- config/jest.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/jest.config.js b/config/jest.config.js index 22783d0..4512294 100644 --- a/config/jest.config.js +++ b/config/jest.config.js @@ -5,10 +5,10 @@ module.exports = { coverageThreshold: { global: { - branches: 35.36, - functions: 32.11, - lines: 41.35, - statements: 40.09 + branches: 35.3, + functions: 31.85, + lines: 41.31, + statements: 40.07 } },