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

Function bold

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

Source from the content-addressed store, hash-verified

47 return options.ok_prefix + str + options.ok_suffix;
48 };
49 var bold = function (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 };

Callers 3

nested.jsFile · 0.70
pass_textFunction · 0.70
fail_textFunction · 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…