remove ReactDOM from Jest blacklist

Reviewed By: yungsters, spicyj

Differential Revision: D2875010

fb-gh-sync-id: d316d5befd0d978bded99f70b814dc133c85b40f
This commit is contained in:
Jan Kassens 2016-01-29 18:17:16 -08:00 committed by facebook-github-bot-7
parent 72ddf1ef67
commit ef64bdf392
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ var sharedBlacklist = [
'downstream/core/toArray.js', 'downstream/core/toArray.js',
/website\/node_modules\/.*/, /website\/node_modules\/.*/,
// TODO(jkassens, #9876132): Remove this rule when it's no longer needed.
'downstream/relay/tools/relayUnstableBatchedUpdates.js',
]; ];
var platformBlacklists = { var platformBlacklists = {