Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ todo_exit_code.js
File
todo_exit_code.js
test/fixtures/test-runner/todo_exit_code.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ describe, test } = require(
'node:test'
);
2
3
describe(
'suite should pass'
, () => {
4
test.todo(
'should fail without harming suite'
, () => {
Callers
nothing calls this directly
Calls
3
require
Function · 0.50
test
Function · 0.50
todo
Method · 0.45
Tested by
no test coverage detected