Skip to content

Commit

Permalink
Merge branch 'main' into remove-min-max-attributes-from-text-type-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Apr 26, 2024
2 parents 3351933 + 1b1849d commit 2f42e28
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 2f42e28

Please sign in to comment.