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
test(bind): add test to wait for data to be ready in collections
Previous test was succeeding because of mock being synchronous on updates but in real world scenarios, those are delayed. So I forced delay (1 tick with setTimeout(0)) to make the test always fail. (it was occasionnaly failing before)
0 commit comments