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
Hello, I'd like to ask what is the recommended way to fake timers and move in time in long asynchronous operations. We use fakeAsync in combination with tick and flush.
Working with the testing library feels good but I can't find a word or example about that topic. Do I understand correctly that angular-testing-library is a companion to angular testing utils?