restore change
This commit is contained in:
parent
9607f20e81
commit
1b2841facc
|
|
@ -106,7 +106,7 @@ Returns fake milliseconds since the unix epoch.
|
||||||
* since: v1.45
|
* since: v1.45
|
||||||
- returns: <[int]>
|
- 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.
|
Fake timers must be installed.
|
||||||
Returns fake milliseconds since the unix epoch.
|
Returns fake milliseconds since the unix epoch.
|
||||||
|
|
||||||
|
|
|
||||||
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -17311,8 +17311,8 @@ export interface Clock {
|
||||||
runToLastTimer(): Promise<number>;
|
runToLastTimer(): Promise<number>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Advances the clock to the the moment of the first scheduled timer, firing it. Fake timers must be installed.
|
* Advances the clock to the moment of the first scheduled timer, firing it. Fake timers must be installed. Returns
|
||||||
* Returns fake milliseconds since the unix epoch.
|
* fake milliseconds since the unix epoch.
|
||||||
*/
|
*/
|
||||||
runToNextTimer(): Promise<number>;
|
runToNextTimer(): Promise<number>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue