On this page
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.
flush(maxTurns?: number): number
Parameters
maxTurns |
number |
The maximum number of times the scheduler attempts to clear its queue before throwing an error. Optional. Default is |
Returns
number
: The simulated time elapsed, in milliseconds.
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v13.angular.io/api/core/testing/flush