UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

7 lines 454 B
import type { HookContext, TestHooks } from "../../../../types/hooks.js"; declare const _default: () => Promise<Partial<TestHooks>>; export default _default; export declare function testRunStart(context: HookContext, id: string): Promise<void>; export declare function testWorkerDone(context: HookContext, id: string): Promise<void>; export declare function testRunDone(context: HookContext, id: string): Promise<void>; //# sourceMappingURL=test.d.ts.map