From eaa556803d934649350e7ca8e949fd9140a339fc Mon Sep 17 00:00:00 2001 From: aahna-ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:34:38 +0800 Subject: [PATCH] test(apple): lower coverage threshold (#76) --- server/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/jest.config.js b/server/jest.config.js index ff5ff79..c6b32b4 100644 --- a/server/jest.config.js +++ b/server/jest.config.js @@ -4,7 +4,7 @@ module.exports = { testEnvironment: 'node', coverageThreshold: { global: { - lines: 80.00 + lines: 79.00 } } }