From c3e11ea46ab2acf7a0c54d59c70a5554247b498e Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Thu, 14 Jan 2021 12:37:09 +0100
Subject: [PATCH] test: raise branch coverage (#8294)

---
 jest.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jest.config.js b/jest.config.js
index d0fc8e9a53..d147716cef 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -14,7 +14,7 @@ module.exports = {
     : ['html', 'text-summary'],
   coverageThreshold: {
     global: {
-      branches: 95,
+      branches: 96,
       functions: 100,
       lines: 100,
       statements: 100,
-- 
GitLab