export tick(millis?: number) : void
export tick(millis?: number) : void
exported from angular2/testing defined in angular2/src/testing/fake_async.ts (line 84)
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.