From aeed9bffdaa29ec389f7d8dca04766b4ebf9435b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20=27birdy=27=20Danjou?= Date: Mon, 7 Oct 2024 11:26:07 +0200 Subject: [PATCH] chore: reduce threshold --- jest.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.cjs b/jest.config.cjs index f548de9..709f56b 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -32,7 +32,7 @@ module.exports = { transformIgnorePatterns: ['/node_modules/'], coverageThreshold: { global: { - branches: 70, + branches: 60, functions: 70, lines: 70, },