From ea78fab12694cde3afd0ced5fff6fa16c1602c47 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 24 Oct 2023 23:18:07 +0200 Subject: [PATCH] increase coverage requirement --- jest.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jest.config.js b/jest.config.js index 4e393a6..6cc1a56 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,6 +7,9 @@ module.exports = { coverageThreshold: { global: { lines: 100, + branches: 100, + functions: 100, + statements: 100, }, }, modulePathIgnorePatterns: ['/build/'],