* Set the current system time used by fake timers. Simulates a user changing * the system clock while your program is running. It affects the current time, * but it does not in itself cause e.g. timers to fire; they will fire exactly * as they would have done without the call to `jest.setSy
(now?: number | Date | TemporalEpochLike)
| 383 | * Not available when using legacy fake timers implementation. |
| 384 | */ |
| 385 | setSystemTime(now?: number | Date | TemporalEpochLike): void; |
| 386 | /** |
| 387 | * Set the default timeout interval for tests and before/after hooks in |
| 388 | * milliseconds. |
no outgoing calls
no test coverage detected