mirror of https://github.com/status-im/metro.git
remove ReactDOM from Jest blacklist
Reviewed By: yungsters, spicyj Differential Revision: D2875010 fb-gh-sync-id: d316d5befd0d978bded99f70b814dc133c85b40f
This commit is contained in:
parent
72ddf1ef67
commit
ef64bdf392
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue