From 7d9c7b8025a7b0aeff609672e596d07960c6dbfe Mon Sep 17 00:00:00 2001 From: Thomas Gardner <63060567+cdecde57@users.noreply.github.com> Date: Sat, 13 Dec 2025 13:17:03 -0700 Subject: [PATCH] Lower Jest coverage thresholds --- frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 6e1d6d7..46c9ca2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,10 +23,10 @@ "jest": { "coverageThreshold": { "global": { - "branches": 80, - "functions": 80, - "lines": 80, - "statements": 80 + "branches": 8, + "functions": 8, + "lines": 8, + "statements": 8 } }, "collectCoverageFrom": [