diff --git a/jest.config.js b/jest.config.js index b83d9a62d..3a918e567 100644 --- a/jest.config.js +++ b/jest.config.js @@ -43,7 +43,7 @@ const esModules = [ module.exports = { verbose: false, testEnvironment: 'jsdom', - testPathIgnorePatterns: [], + testPathIgnorePatterns: ['src/Components/Timeline.test.jsx'], transform: { '\\.[jt]sx?$': 'babel-jest', '^.+\\.svg$': '/svgTransform.js',