diff --git a/jest.config.js b/jest.config.js index 4e393a6..6cc1a56 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,6 +7,9 @@ module.exports = { coverageThreshold: { global: { lines: 100, + branches: 100, + functions: 100, + statements: 100, }, }, modulePathIgnorePatterns: ['/build/'],