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

Commit 5028178

Browse files
author
nicolaserny
committed
Fix tests
1 parent 2133270 commit 5028178

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ module.exports = (resolve, rootDir) => {
4646
'^react-native$': 'react-native-web',
4747
},
4848
globals: {
49+
__TS_CONFIG__: {
50+
module: 'commonjs',
51+
},
4952
'ts-jest': {
5053
tsConfigFile: paths.appTsConfig,
5154
},

0 commit comments

Comments
 (0)