MCPcopy Create free account
hub / github.com/caolan/nodeunit / ok

Function ok

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

Source from the content-addressed store, hash-verified

44 return options.error_prefix + str + options.error_suffix;
45 };
46 var ok = function (str) {
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 };

Callers 2

pass_textFunction · 0.70
nested.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected