We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c0e7f commit e637c79Copy full SHA for e637c79
packages/react-scripts/scripts/utils/createJestConfig.js
@@ -38,7 +38,7 @@ module.exports = (resolve, rootDir) => {
38
),
39
},
40
transformIgnorePatterns: [
41
- '[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$',
+ '[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|ts|tsx)$'
42
],
43
moduleNameMapper: {
44
'^react-native$': 'react-native-web',
0 commit comments