MCPcopy Index your code
hub / github.com/nodejs/node / #skipReporting

Method #skipReporting

lib/internal/test_runner/runner.js:287–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 }
286
287 #skipReporting() {
288 return this.#reportedChildren > 0 && (!this.error || this.error.failureType === kSubtestsFailed);
289 }
290 #checkNestedComment(comment) {
291 const firstSpaceIndex = StringPrototypeIndexOf(comment, ' ');
292 if (firstSpaceIndex === -1) return false;

Callers 2

#handleReportItemMethod · 0.95
reportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected