My test is failing randomly with an error message stating that fixture.isStable()
should be true but
5 timer(s) are still in the queue.
Despite my attempts to increase the tick
value to 1s, it doesn't seem to have the desired effect.
I am aware that I could pass a large amount of time or terminate these timers, however, I prefer to identify and locate these timers. After analyzing the components and modules used, there are no clear clues as they do not contain any setTimeout
or delay
functions.
Is there a method to discover what these timers are and possibly determine their origin?