diff --git a/jest.config.js b/jest.config.js index 02f89435..9657babc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,5 +2,4 @@ module.exports = { setupFilesAfterEnv: ['/jest.setup.js'], testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.js'], - testPathIgnorePatterns: ['/node_modules/', '/src/', '/lib/', '/es/'], };