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

Commit

Permalink
fix(modules): remove duplicate mjs from jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLangbroek committed Apr 13, 2018
1 parent 3d26394 commit ae9f8a8
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 ae9f8a8

Please sign in to comment.