Fix for react-tests in Debug

This commit is contained in:
blagoev 2017-05-20 09:17:48 +03:00
parent aab7171643
commit cc2e685594
1 changed files with 5 additions and 0 deletions

View File

@ -175,6 +175,11 @@ Object.defineProperties(Realm, {
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++) {