* Advances all timers by the needed milliseconds to execute callbacks currently scheduled with `requestAnimationFrame`. * `advanceTimersToNextFrame()` is a helpful way to execute code that is scheduled using `requestAnimationFrame`. * * @remarks * Not available when using legacy fake tim
()
| 82 | * Not available when using legacy fake timers implementation. |
| 83 | */ |
| 84 | advanceTimersToNextFrame(): void; |
| 85 | /** |
| 86 | * Advances all timers by the needed milliseconds so that only the next |
| 87 | * timeouts/intervals will run. Optionally, you can provide steps, so it will |
no outgoing calls
no test coverage detected