Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ asyncActivity
Function
asyncActivity
test/fixtures/test-runner/output/test-runner-plan-timeout.js:8–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
t.plan(1, { wait: 5000 });
7
8
const
asyncActivity = () => {
9
setTimeout(() => {
10
t.assert.ok(true);
11
}, 250);
12
};
13
14
asyncActivity();
15
});
Callers
1
test-runner-plan-timeout.js
File · 0.85
Calls
2
setTimeout
Function · 0.50
ok
Method · 0.45
Tested by
no test coverage detected