Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
275 B
TypeScript

export declare function testWithEffect(name: string, fn: () => void | Promise<void>): void;
export declare function effectRootScope(fn: () => void | Promise<void>): void | Promise<void>;
export declare function vitestSetTimeoutWrapper(fn: () => void, timeout: number): void;