UNPKG

spectacular

Version:

Advanced BDD framework for CoffeeScript and JavaScript

20 lines (16 loc) 344 B
spectacular.formatters = {} spectacular.formatters.CHAR_MAP = errored: 'E' failure: 'F' skipped: 'x' pending: '*' success: '.' spectacular.formatters.COLOR_MAP = pending: 'yellow' skipped: 'magenta' failure: 'red' errored: 'yellow' success: 'green' spectacular.formatters.BADGE_MAP = errored: 'error' failure: 'fail'