Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaserny committed Jul 24, 2017
1 parent 2133270 commit 5028178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ module.exports = (resolve, rootDir) => {
'^react-native$': 'react-native-web',
},
globals: {
__TS_CONFIG__: {
module: 'commonjs',
},
'ts-jest': {
tsConfigFile: paths.appTsConfig,
},
Expand Down

0 comments on commit 5028178

Please sign in to comment.