Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit d4b2f2e

Browse files
authored
Merge pull request #305 from StevenLangbroek/fix_mjs_resolution
fix(modules): remove duplicate mjs from jest config
2 parents 3d26394 + ae9f8a8 commit d4b2f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-scripts/scripts/utils/createJestConfig.js

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ module.exports = (resolve, rootDir, isEjecting) => {
4747
'^react-native$': 'react-native-web',
4848
},
4949
moduleFileExtensions: [
50-
'mjs',
5150
'web.ts',
5251
'ts',
5352
'web.tsx',

0 commit comments

Comments
 (0)