Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "node" to Jest's moduleFileExtensions (facebook#2738)
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.
- Loading branch information