Set hasteImplModulePath in React Native Jest preset

Reviewed By: cpojer

Differential Revision: D7843566

fbshipit-source-id: 98be0d7286351475248f53b7c028e6c85d411a10
This commit is contained in:
Rubén Norte 2018-05-02 03:42:56 -07:00 коммит произвёл Facebook Github Bot
Родитель fffae99640
Коммит 9927d20927
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,7 @@
"haste": {
"defaultPlatform": "ios",
"platforms": ["android", "ios", "native"],
"hasteImplModulePath": "<rootDir>/node_modules/react-native/jest/hasteImpl.js",
"providesModuleNodeModules": [
"react-native"
]