lint
This commit is contained in:
parent
cf3ef43dbc
commit
464196c5a9
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -17307,8 +17307,8 @@ export interface Clock {
|
||||||
jump(time: number|string): Promise<void>;
|
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
|
* Advances the clock to the moment of the first scheduled timer, firing it. Returns fake milliseconds since the unix
|
||||||
* unix epoch.
|
* epoch.
|
||||||
*
|
*
|
||||||
* **Usage**
|
* **Usage**
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue