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

Method skip

test/common/wpt.js:1005–1012  ·  view source on GitHub ↗
(spec, reasons)

Source from the content-addressed store, hash-verified

1003 }
1004
1005 skip(spec, reasons) {
1006 const joinedReasons = reasons.join('; ');
1007 console.log(`[SKIPPED] ${spec.filename}${spec.variant}: ${joinedReasons}`);
1008 this.addTestResult(spec, {
1009 status: kSkip,
1010 reason: joinedReasons,
1011 });
1012 }
1013
1014 buildQueue() {
1015 const queue = [];

Calls 3

addTestResultMethod · 0.95
joinMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected