MCPcopy Index your code
hub / github.com/caolan/nodeunit / assertion_message

Function assertion_message

lib/reporters/nested.js:52–54  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

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;

Callers 1

nested.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…