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
fix(VirtualTimeScheduler): rework flush so it won't lose actions (#4433)
* fix(VirtualTimeScheduler): rework flush so it won't lose actions
Previously VirtualTimeScheduler.flush would lose the action that was on a verge of maxFrames limit which rendered testing of observables that are ticking indefinitely impossible. After the fix the user can set maxFrames, flush, make assertions and repeat the process as many times as needed.
* fix(VirtualTimeScheduler): address PR #4433 notes
0 commit comments