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

Function pass_text

lib/reporters/nested.js:84–87  ·  view source on GitHub ↗
(txt)

Source from the content-addressed store, hash-verified

82 tracker.already_printed = {};
83
84 var pass_text = function (txt) {
85 // Print in bold green.
86 return bold(ok(txt + " (pass)"));
87 };
88
89 var fail_text = function (txt) {
90 return bold(error(txt + " (fail) " + fail_indicator + " "));

Callers 1

status_textFunction · 0.85

Calls 2

boldFunction · 0.70
okFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…