UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 133 B
/** * Waits for timeout in `delayInMs` milliseconds. */ export declare const waitForTimeout: (delayInMs: number) => Promise<void>;