UNPKG

228 BTypeScriptView Raw
1import { BaseReporter } from './base-reporter';
2import { Reports } from '../reports';
3export declare class HtmlReporter implements BaseReporter {
4 writeTestReport(testName: string, reports: Reports, outPath: string): void;
5}