UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

9 lines (8 loc) 300 B
import { Reporter } from "../../Core/Reporter"; export default class MultiReporter implements Reporter { private reporters; name: string; constructor(reporters: any); canReportOn(fileName: any): boolean; report(approvedFilePath: any, receivedFilePath: any, options: any): void; }