ethers.js/lib.commonjs/_tests/utils.d.ts

9 lines
426 B
TypeScript
Raw Normal View History

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