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

Function skip

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

Source from the content-addressed store, hash-verified

621}
622
623function skip(msg) {
624 printSkipMessage(msg);
625 // In known_issues test, skipping should produce a non-zero exit code.
626 process.exit(require.main?.filename.startsWith(path.resolve(__dirname, '../known_issues/')) ? 1 : 0);
627}
628
629// Returns true if the exit code "exitCode" and/or signal name "signal"
630// represent the exit code and/or signal name of a node process that aborted,

Calls 3

printSkipMessageFunction · 0.85
exitMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…