UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

12 lines (11 loc) 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const AUtils_1 = require("../../AUtils"); const GenericDiffReporterBase_1 = require("../GenericDiffReporterBase"); class KompareReporter extends GenericDiffReporterBase_1.GenericDiffReporterBase { constructor() { super("Kompare"); this.exePath = (0, AUtils_1.searchForExecutable)("kompare"); } } exports.default = KompareReporter;