-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Affected URL(s)
https://nodejs.org/dist/latest/docs/api/test.html
Description of the problem
Docs:
Reality:
node/lib/internal/test_runner/test.js
Lines 712 to 720 in 6c08b1f
| report() { | |
| countCompletedTest(this); | |
| if (this.subtests.length > 0) { | |
| this.reporter.plan(this.subtests[0].nesting, kFilename, this.subtests.length); | |
| } else { | |
| this.reportStarted(); | |
| } | |
| let directive; | |
| const details = { __proto__: null, duration_ms: this.#duration() }; |
@types/node also contains wrong object shape.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.