Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Jest to run tests in node_modules #12438

Closed

Commits on Feb 20, 2022

  1. Allow Jest to run tests in node_modules

    Resolves jestjs#2145 and jestjs#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.
    pauldraper committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    ea58362 View commit details
    Browse the repository at this point in the history