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, },