From cc49dc986ed3951cf3fc09415bc4b2c03140cbb2 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Thu, 9 Oct 2025 18:12:10 -0700 Subject: [PATCH] reduce coverage threshold --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 52d147124..09a0b8677 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -18,7 +18,7 @@ export default { global: { statements: 21.5, branches: 16.5, - lines: 22.0, + lines: 21.0, functions: 20.5, }, },