From 7eb39a21e721723c931e124d563437173637f2c4 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Sat, 2 Aug 2025 01:45:12 -0400 Subject: [PATCH] Lower function coverage --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index fc46655a1..07f3e230f 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -32,7 +32,7 @@ export default { statements: 21.5, branches: 17.0, lines: 22.5, - functions: 21.0, + functions: 20.5, }, }, coverageReporters: ["text", "lcov", "html"],