Jest: Un-blacklist React main module
Summary: testing jest for react 15 Closes #7212 Closes https://github.com/facebook/react-native/pull/7213 Differential Revision: D3219118 fb-gh-sync-id: 6a0fe9f3b404274779e39e037bb88d0e6ce36cfd fbshipit-source-id: 6a0fe9f3b404274779e39e037bb88d0e6ce36cfd
This commit is contained in:
parent
7d9fe365a7
commit
61c53d4939
|
@ -37,7 +37,6 @@
|
|||
"modulePathIgnorePatterns": [
|
||||
"/node_modules/(?!react|fbjs|react-native|parse|react-transform-hmr|core-js|promise)/",
|
||||
"node_modules/react/node_modules/fbjs/",
|
||||
"node_modules/react/lib/React.js",
|
||||
"node_modules/react/lib/ReactDOM.js",
|
||||
"node_modules/fbjs/lib/Map.js",
|
||||
"node_modules/fbjs/lib/Promise.js",
|
||||
|
|
Loading…
Reference in New Issue