Fix for react-tests in Debug
This commit is contained in:
parent
aab7171643
commit
cc2e685594
|
@ -175,6 +175,11 @@ Object.defineProperties(Realm, {
|
||||||
rpc.clearTestState();
|
rpc.clearTestState();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
_waitForDownload: {
|
||||||
|
value: function(_config) {
|
||||||
|
return rpc.callMethod(undefined, Realm[keys.id], '_waitForDownload', Array.from(arguments));
|
||||||
|
}
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
for (let i = 0, len = debugHosts.length; i < len; i++) {
|
for (let i = 0, len = debugHosts.length; i < len; i++) {
|
||||||
|
|
Loading…
Reference in New Issue