mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-22 02:24:08 +03:00
5 lines
290 B
TypeScript
5 lines
290 B
TypeScript
import { waitForOptions } from '@testing-library/dom';
|
|
export declare const setTestResult: (result: boolean | null) => void;
|
|
export declare const testPassed: () => boolean;
|
|
export declare const waitForOrFailTest: <T>(callback: () => T | Promise<T>, options?: waitForOptions) => Promise<T>;
|