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

Method filteredRun

lib/internal/test_runner/test.js:1281–1286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1279 }
1280
1281 async filteredRun() {
1282 this.pass();
1283 this.subtests = [];
1284 this.report = noop;
1285 queueMicrotask(() => this.postRun());
1286 }
1287
1288 async run() {
1289 if (this.parent !== null) {

Callers

nothing calls this directly

Calls 3

passMethod · 0.95
postRunMethod · 0.95
queueMicrotaskFunction · 0.85

Tested by

no test coverage detected