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

Function fail_text

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

Source from the content-addressed store, hash-verified

87 };
88
89 var fail_text = function (txt) {
90 return bold(error(txt + " (fail) " + fail_indicator + " "));
91 };
92
93 var status_text = function (txt, status) {
94 if (status === 'pass') {

Callers 1

status_textFunction · 0.85

Calls 2

boldFunction · 0.70
errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…