Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Jest to run tests in node_modules
Resolves #2145 and #11781. Prevent haste map from automatically discarding node_modules files. By default, node_modules is still excluded via the testPathIgnorePatterns option. However, users can now use that option to allow node_modules without hacks.
- Loading branch information