restore change

This commit is contained in:
Darío Kondratiuk 2024-06-04 09:57:33 -04:00
parent 9607f20e81
commit 1b2841facc
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ Returns fake milliseconds since the unix epoch.
* since: v1.45
- returns: <[int]>
Advances the clock to the the moment of the first scheduled timer, firing it.
Advances the clock to the moment of the first scheduled timer, firing it.
Fake timers must be installed.
Returns fake milliseconds since the unix epoch.

View file

@ -17311,8 +17311,8 @@ export interface Clock {
runToLastTimer(): Promise<number>;
/**
* Advances the clock to the the moment of the first scheduled timer, firing it. Fake timers must be installed.
* Returns fake milliseconds since the unix epoch.
* Advances the clock to the moment of the first scheduled timer, firing it. Fake timers must be installed. Returns
* fake milliseconds since the unix epoch.
*/
runToNextTimer(): Promise<number>;