-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
[node:test] Incorrect SuiteContext description #45641
Copy link
Copy link
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Affected URL(s)
https://nodejs.org/docs/latest-v18.x/api/test.html#describename-options-fn
Description of the problem
Docs said that tha callback function in
describe:But in fact
SuiteContextis not the first argument.SuiteContextisthiscontext: