From 6bb59e69d5eae5b76f26d5c6f727a6453c7b5e29 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Tue, 5 Nov 2024 12:40:22 -0500 Subject: [PATCH] decrease JS test coverage threshold --- assets/ts/jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/ts/jest.config.js b/assets/ts/jest.config.js index 0da645d751..09406b6440 100644 --- a/assets/ts/jest.config.js +++ b/assets/ts/jest.config.js @@ -22,8 +22,8 @@ module.exports = { global: { branches: 89, functions: 90, - lines: 95, - statements: 95 + lines: 90, + statements: 90 }, // The Leaflet API is difficult to test, so we consider a lower // threshold acceptable for these modules. However, callbacks in