[tests] new test infra - wip

This commit is contained in:
Salakar 2018-03-24 07:14:42 +00:00
parent 033081f8bf
commit 31efb51751
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ if (bridgeNode) {
// keep alive
setInterval(() => {
// I don't do anything lol
// BUT i am needed - otherwise RN's batch bridge starts to hang in detox... ???
// I don't do anything...
// BUT i am needed - otherwise RN's batched bridge starts to hang in detox... ???
}, 60);
}