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

Add “node” to Jest's moduleFileExtensions #2738

Merged
merged 1 commit into from
Jul 7, 2017

Commits on Jul 7, 2017

  1. Add "node" to Jest's moduleFileExtensions

    Jest's default value for this option is ["js", "json", "jsx", "node"].
    CRA's current value is ["web.js", "js", "json", "web.jsx", "jsx"], which
    is missing one of default ones: "node". This change fixes that.
    
    This "node" extension is used in packages that use native code.
    mostafah committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    7c1b960 View commit details
    Browse the repository at this point in the history