Skip to content

Commit

Permalink
remove ReactDOM from Jest blacklist
Browse files Browse the repository at this point in the history
Reviewed By: yungsters, spicyj

Differential Revision: D2875010

fb-gh-sync-id: d316d5befd0d978bded99f70b814dc133c85b40f
  • Loading branch information
kassens authored and facebook-github-bot-7 committed Jan 30, 2016
1 parent 8b7671a commit 1bc0387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packager/blacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ var sharedBlacklist = [
'downstream/core/toArray.js',

/website\/node_modules\/.*/,

// TODO(jkassens, #9876132): Remove this rule when it's no longer needed.
'downstream/relay/tools/relayUnstableBatchedUpdates.js',
];

var platformBlacklists = {
Expand Down

0 comments on commit 1bc0387

Please sign in to comment.