UNPKG

@instructure/ui-test-utils

Version:

A UI testing library made by Instructure Inc.

6 lines 235 B
declare function waitForExpect(callback?: () => void, { timeout, interval }?: { timeout?: number | undefined; interval?: number | undefined; }): Promise<{}>; export { waitForExpect }; //# sourceMappingURL=waitForExpect.d.ts.map