From 705b6db57bf09da80040b0f3cb1000db04f479bd Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Thu, 9 Dec 2021 21:50:53 +0100 Subject: [PATCH] test: increase branches coverage threshold (#13040) --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 6f09d687b37ad1..eed6d79eca0472 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = { : ['html', 'text-summary'], coverageThreshold: { global: { - branches: 94, + branches: 98, functions: 100, lines: 100, statements: 100,