* Instructs Jest to restore the original implementations of the global date, * performance, time and timer APIs.
()
| 432 | * performance, time and timer APIs. |
| 433 | */ |
| 434 | useRealTimers(): Jest; |
| 435 | /** |
| 436 | * Updates the mode of advancing timers when using fake timers. |
| 437 | * |
no outgoing calls
no test coverage detected