From 8b97c924ecf01d1531e04030d75ee90e625fee39 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Wed, 3 Mar 2021 21:59:33 +0100 Subject: [PATCH] test: global.branches coverage = 94 --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 50d8cc8fad..e02a0e697d 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = { : ['html', 'text-summary'], coverageThreshold: { global: { - branches: 94.15, + branches: 94, functions: 100, lines: 100, statements: 100, -- GitLab