[tests] new test infra - wip
This commit is contained in:
parent
fc12f321da
commit
033081f8bf
12
tests-new/bridge/env/rn.js
vendored
12
tests-new/bridge/env/rn.js
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user