Kargi-Sitesi/node_modules/jasmine-spec-reporter/built/theme.d.ts

12 lines
438 B
TypeScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
import { Configuration } from "./configuration";
export declare class Theme {
constructor(configuration: Configuration);
successful(str: string): string;
failed(str: string): string;
pending(str: string): string;
prettyStacktraceFilename(str: string): string;
prettyStacktraceLineNumber(str: string): string;
prettyStacktraceColumnNumber(str: string): string;
prettyStacktraceError(str: string): string;
}