user avatar
Add "node" to Jest's moduleFileExtensions (#2738)
Mostafa Hajizadeh authored
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.
16f0d4a5
Name Last commit Last update