[tests] new test infra - wip

This commit is contained in:
Salakar 2018-03-24 07:13:58 +00:00
parent fc12f321da
commit 033081f8bf
1 changed files with 6 additions and 6 deletions

View File

@ -11,6 +11,12 @@ if (Platform.OS === 'ios' && !bridgeNode) {
if (bridgeNode) {
bridgeNode.provideReload(RNRestart.Restart);
bridgeNode.provideReactNativeModule(reactNative);
// keep alive
setInterval(() => {
// I don't do anything lol
// BUT i am needed - otherwise RN's batch bridge starts to hang in detox... ???
}, 60);
}
export default {
@ -35,9 +41,3 @@ export default {
}
},
};
// keep alive
setInterval(() => {
// I don't do anything lol
// BUT i am needed - otherwise RN's batch bridge starts to hang in detox... ???
}, 60);