MCPcopy Index your code
hub / github.com/nodejs/node / printSkipMessage

Function printSkipMessage

test/common/index.js:619–621  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

617}
618
619function printSkipMessage(msg) {
620 console.log(`1..0 # Skipped: ${msg}`);
621}
622
623function skip(msg) {
624 printSkipMessage(msg);

Callers 2

skipFunction · 0.85
runWithInvalidFDFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…