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

Method todo

lib/internal/test_runner/test.js:1192–1195  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1190 }
1191
1192 todo(message) {
1193 this.isTodo = true;
1194 this.message = message;
1195 }
1196
1197 diagnostic(message) {
1198 ArrayPrototypePush(this.diagnostics, message);

Calls

no outgoing calls

Tested by

no test coverage detected