custom-reporter-result.d.ts 102 Bytes
export interface CustomReporterResult extends jasmine.CustomReporterResult {
    duration?: string;
}