UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

8 lines (7 loc) 304 B
import { Config } from "../../config"; import { Reporter } from "../../Core/Reporter"; export declare class JestReporter implements Reporter { name: string; canReportOn(_fileName: string): boolean; report(approvedFilePath: string, receivedFilePath: string, options: Partial<Config>): void; }