(str)
| 50 | return options.bold_prefix + str + options.bold_suffix; |
| 51 | }; |
| 52 | var assertion_message = function (str) { |
| 53 | return options.assertion_prefix + str + options.assertion_suffix; |
| 54 | }; |
| 55 | var fail_indicator = process.platform === 'win32' ? '\u00D7' : '✖'; |
| 56 | |
| 57 | var spaces_per_indent = options.spaces_per_indent || 4; |
no outgoing calls
no test coverage detected
searching dependent graphs…