UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

8 lines (7 loc) 242 B
import { Reporter } from "../../Core/Reporter"; export default class CopyCommandReporter implements Reporter { name: string; constructor(); canReportOn(): boolean; report(approvedFilePath: any, receivedFilePath: any): void; }