MCPcopy 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

Calls 2

setTimeoutFunction · 0.50
okMethod · 0.45

Tested by

no test coverage detected