diff --git a/jest.config.js b/jest.config.js index 9e36bc93..f8874ffa 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,7 +14,7 @@ module.exports = { testEnvironment: 'node', maxConcurrency: 3, maxWorkers: '50%', - testPathIgnorePatterns: ['/lib/', '/node_modules/'], + testPathIgnorePatterns: ['/lib/', '/node_modules/', '/build/'], // The below resolves `jest-haste-map:...` - modulePathIgnorePatterns: ['/lib'] + modulePathIgnorePatterns: ['/lib', '/build'] };