diff --git a/jest.config.js b/jest.config.js index 7f62af8..61075d4 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,7 @@ /** @type {import('jest').Config} */ export default { - modulePathIgnorePatterns: ["config"], + coveragePathIgnorePatterns: ["/config/"], coverageThreshold: { global: { branches: 75,