diff --git a/jest.config.js b/jest.config.js index c78fbba..d1d4e11 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,7 +6,7 @@ module.exports = { }, coverageThreshold: { global: { - lines: 80, + lines: 100, }, }, };