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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
fix: make fakeAsync test spec timer id global (#1207)
There is a possibility that a single test gets timer id-s from two
separate fakeAsync test zones and the id-s could clash.
This changes makes it such that the next timer id is global and the can
never clash.
0 commit comments