mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-30 23:19:24 +08:00
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.