UNPKG

jasmine-spec-reporter

Version:

Spec reporter for jasmine behavior-driven development framework

8 lines (7 loc) 405 B
import { DisplayProcessor } from "../display-processor"; import { CustomReporterResult } from "../spec-reporter"; export declare class SpecColorsProcessor extends DisplayProcessor { displaySuccessfulSpec(spec: CustomReporterResult, log: string): string; displayFailedSpec(spec: CustomReporterResult, log: string): string; displayPendingSpec(spec: CustomReporterResult, log: string): string; }