magnitude-test
Version:
A TypeScript client for running automated UI tests through the Magnitude testing platform
10 lines (9 loc) • 420 B
TypeScript
export declare const ANSI_RESET = "\u001B[0m";
export declare const ANSI_GREEN = "\u001B[32m";
export declare const ANSI_BRIGHT_BLUE = "\u001B[94m";
export declare const ANSI_GRAY = "\u001B[90m";
export declare const ANSI_RED = "\u001B[31m";
export declare const ANSI_BOLD = "\u001B[1m";
export declare const ANSI_DIM = "\u001B[2m";
export declare const MAX_APP_WIDTH = 100;
export declare const spinnerChars: string[];