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

Method reportStarted

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

Source from the content-addressed store, hash-verified

1683 }
1684
1685 reportStarted() {
1686 if (this.#reportedSubtest || this.parent === null) {
1687 return;
1688 }
1689 this.#reportedSubtest = true;
1690 this.parent.reportStarted();
1691 this.reporter.start(this.nesting, this.loc, this.name, this.testId, this.parent?.testId, this.tags);
1692 }
1693
1694 clearExecutionTime() {
1695 this.startTime = hrtime();

Callers 1

reportMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected