Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created January 17, 2021 17:02
Show Gist options
  • Select an option

  • Save ng-the-engineer/10fd4190ce315b1da77dd2acca02c893 to your computer and use it in GitHub Desktop.

Select an option

Save ng-the-engineer/10fd4190ce315b1da77dd2acca02c893 to your computer and use it in GitHub Desktop.
Code snippet: Jest config with modulePathIgnorePatterns
module.exports = {
// skipped other properties
modulePathIgnorePatterns: [
"<rootDir>/build/"
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment