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

Method getXFail

lib/internal/test_runner/tests_stream.js:100–102  ·  view source on GitHub ↗
(expectation = undefined)

Source from the content-addressed store, hash-verified

98 }
99
100 getXFail(expectation = undefined) {
101 return { __proto__: null, expectFailure: expectation ?? true };
102 }
103
104 enqueue(nesting, loc, name, type, testId, parentId, tags) {
105 this[kEmitMessage]('test:enqueue', {

Callers 1

getReportDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected