From 61c53d4939e05ac22afa921b74b3a7413763f517 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Mon, 25 Apr 2016 09:06:26 -0700 Subject: [PATCH] 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 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 149de3c7f..5703036bb 100644 --- a/package.json +++ b/package.json @@ -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",