jasmine-spec-reporter
Version:
Spec reporter for jasmine behavior-driven development framework
8 lines (7 loc) • 371 B
TypeScript
import { DisplayProcessor } from "../display-processor";
import { CustomReporterResult } from "../spec-reporter";
export declare class SpecDurationsProcessor extends DisplayProcessor {
private static displayDuration;
displaySuccessfulSpec(spec: CustomReporterResult, log: string): string;
displayFailedSpec(spec: CustomReporterResult, log: string): string;
}