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

Commit

Permalink
Merge pull request #305 from StevenLangbroek/fix_mjs_resolution
Browse files Browse the repository at this point in the history
fix(modules): remove duplicate mjs from jest config
  • Loading branch information
wmonk committed Apr 13, 2018
2 parents 3d26394 + ae9f8a8 commit d4b2f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module.exports = (resolve, rootDir, isEjecting) => {
'^react-native$': 'react-native-web',
},
moduleFileExtensions: [
'mjs',
'web.ts',
'ts',
'web.tsx',
Expand Down

0 comments on commit d4b2f2e

Please sign in to comment.