This commit is contained in:
Darío Kondratiuk 2024-06-04 09:54:00 -04:00
parent cf3ef43dbc
commit 464196c5a9

View file

@ -17307,8 +17307,8 @@ export interface Clock {
jump(time: number|string): Promise<void>;
/**
* Advances the clock to the the moment of the first scheduled timer, firing it. Returns fake milliseconds since the
* unix epoch.
* Advances the clock to the moment of the first scheduled timer, firing it. Returns fake milliseconds since the unix
* epoch.
*
* **Usage**
*