method FakeTime.prototype.nextView codeFakeTime.prototype.next(): booleanAdvances time to when the next scheduled timer is due. If there are no pending timers, time will not be changed. Returns true when there is a scheduled timer and false when there is not. Return TypebooleanView code