method FakeTime.prototype.nextAsyncView codeFakeTime.prototype.nextAsync(): Promise<boolean>Runs all pending microtasks then advances time to when the next scheduled timer is due. If there are no pending timers, time will not be changed. Return TypePromise<boolean>View code