2023-03-04 04:25:07 +03:00
|
|
|
export declare function loadTests<T>(tag: string): Array<T>;
|
|
|
|
export declare function log(context: any, text: string): void;
|
|
|
|
export declare function stall(duration: number): Promise<void>;
|
|
|
|
export interface MochaRunnable {
|
|
|
|
timeout: (value: number) => void;
|
|
|
|
skip: () => void;
|
|
|
|
}
|
|
|
|
export declare function retryIt(name: string, func: (this: MochaRunnable) => Promise<void>): Promise<void>;
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=utils.d.ts.map
|