UNPKG

unmock-jest

Version:

Jest reporter for [Unmock](https://unmock.io).

5 lines 236 B
import { IReportInput } from "./types"; export declare const PAGE_TITLE = "Unmock Jest report"; export declare const createReport: (input: IReportInput) => string; export default createReport; //# sourceMappingURL=create-report.d.ts.map