unmock-jest
Version:
Jest reporter for [Unmock](https://unmock.io).
6 lines • 336 B
TypeScript
import { IReporterOptions } from "./options";
import { IReportInput } from "./types";
export declare const writeToDirectory: (contents: string, options: IReporterOptions) => string;
declare const writeReport: (input: IReportInput, opts: IReporterOptions) => string;
export default writeReport;
//# sourceMappingURL=write-report.d.ts.map