UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 153 B
/** * Get promise that waits for timeout in `delayInMs` milliseconds. */ export declare const getTimeoutPromise: (delayInMs: number) => Promise<void>;