UNPKG

hardhat

Version:

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

9 lines 538 B
import type { TestEventSource, TestReporterResult } from "./types.js"; import { styleText } from "node:util"; /** * This is a solidity test reporter. It is intended to be composed with the * solidity test runner's test stream. It was based on the hardhat node test * reporter's design. */ export declare function testReporter(source: TestEventSource, sourceNameToUserSourceName: Map<string, string>, verbosity: number, testSummaryIndex?: number, colorize?: typeof styleText): TestReporterResult; //# sourceMappingURL=reporter.d.ts.map