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