From a6af78f777f0f9e84a09384ea1f7181ed73d7d49 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 11 Jul 2023 15:44:16 +0200 Subject: [PATCH] reduce coverage to 67% --- backend/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/jest.config.js b/backend/jest.config.js index 264ad13c0..d1cc7bd3f 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -11,7 +11,7 @@ module.exports = { ], coverageThreshold: { global: { - lines: 70, + lines: 67, }, }, testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],