Skip to content

Commit

Permalink
Ignore build files from Jest tests (#3155)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Apr 26, 2024
1 parent 93b8bc4 commit 1b1849d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 1b1849d

Please sign in to comment.