flush
function
Flushes any pending microtasks and simulates the asynchronous passage of time for the timers in
the fakeAsync
zone by
draining the macrotask queue until it is empty.
API
function flush( maxTurns?: number | undefined): number;
Jump to details