* Increments the current clock time by the specified duration. Any effects * that were scheduled to occur on or before the new time will be run in * order.
(duration: Duration.Input)
| 94 | export interface TestClock extends Clock.Clock { |
| 95 | /** |
| 96 | * Increments the current clock time by the specified duration. Any effects |
| 97 | * that were scheduled to occur on or before the new time will be run in |
| 98 | * order. |
| 99 | */ |
no outgoing calls