You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reject('waited too many times for conditional to be true');
154
+
}
155
+
}
156
+
});
157
+
}
158
+
159
+
it('[smoketest] - calls onValue() listener when get() is called on a parent node',async()=>{
147
160
// Test that when get() is pending on a parent node, and then onValue is called on a child node, that after the get() comes back, the onValue() listener fires.
awaitwaitUntil(()=>{// Because this is a test reliant on network latency, it can be difficult to reproduce. There are situations when get() resolves immediately, and the above behavior is not observed.
0 commit comments