All files / tester cliFormat.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 72x 2x   2x 2x 2x  
export const CLI_FORMAT_RED = "\x1b[31m%s\x1b[0m";
export const CLI_FORMAT_GREEN = "\x1b[32m%s\x1b[0m";
 
export const CLI_FORMAT_BOLD = "\x1b[1m%s\x1b[0m";
export const CLI_FORMAT_UNDERLINE = "\x1b[4m%s\x1b[0m";
export const CLI_FORMAT_BOLD_UNDERLINE = "\x1b[1m\x1b[4m%s\x1b[0m";