From 741828df418d453a9058298f4108d3f561fdea33 Mon Sep 17 00:00:00 2001 From: Christian Palazzo Date: Thu, 28 Mar 2024 18:30:34 +0100 Subject: [PATCH] refactor(@script): AG-18 test code coverage threshold test code coverage threshold --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index c78fbba..d1d4e11 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,7 +6,7 @@ module.exports = { }, coverageThreshold: { global: { - lines: 80, + lines: 100, }, }, };