ethers.js/lib.commonjs/_tests/utils.d.ts
2023-04-27 21:19:55 +09:00

9 lines
426 B
TypeScript

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>;
//# sourceMappingURL=utils.d.ts.map