MCPcopy Index your code
hub / github.com/nodejs/node / more.mjs

File more.mjs

test/fixtures/test-runner/plan/more.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import test from 'node:test';
2
3test('more assertions than planned', (t) => {
4 t.plan(1);

Callers

nothing calls this directly

Calls 3

testFunction · 0.50
planMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected