diff --git a/jest.config.js b/jest.config.js index ea8d9bf478..46284e0dc4 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,6 +3,7 @@ const config = { verbose: true, preset: process.env.TEST_WITH_PUPPETEER ? 'jest-puppeteer' : undefined, snapshotResolver: `${process.cwd()}/src/tests/helpers/snapshotResolver.js`, + modulePathIgnorePatterns: ['templates/components', 'build'], }; module.exports = config;