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(material/menu): switch all tests to fakeAsync
We were only using `fakeAsync` on about half of the menu tests which could cause state to leak between them. These changes add `fakeAsync` to all of them to try and address the recent flakes that we've been seeing.
0 commit comments