Closed
Description
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?