Skip to content

Commit

Permalink
Set hasteImplModulePath in React Native Jest preset
Browse files Browse the repository at this point in the history
Reviewed By: cpojer

Differential Revision: D7843566

fbshipit-source-id: 98be0d7286351475248f53b7c028e6c85d411a10
  • Loading branch information
rubennorte authored and facebook-github-bot committed May 2, 2018
1 parent fffae99 commit 9927d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"haste": {
"defaultPlatform": "ios",
"platforms": ["android", "ios", "native"],
"hasteImplModulePath": "<rootDir>/node_modules/react-native/jest/hasteImpl.js",
"providesModuleNodeModules": [
"react-native"
]
Expand Down

0 comments on commit 9927d20

Please sign in to comment.