8 lines
282 B
TypeScript
8 lines
282 B
TypeScript
/**
|
|
* Test Setup Configuration
|
|
*
|
|
* Global setup for all RuvBot tests
|
|
*/
|
|
export declare const waitFor: (condition: () => boolean | Promise<boolean>, timeout?: number) => Promise<void>;
|
|
export declare const delay: (ms: number) => Promise<void>;
|
|
//# sourceMappingURL=setup.d.ts.map
|