Class Export
export tick(millis?: number) : void
Simulates the asynchronous passage of time for the timers in the fakeAsync zone.
The microtasks queue is drained at the very start of this function and after any timer callback has been executed.
Example
exported from @angular/core/testing/index defined in @angular/core/testing/fake_async.ts