-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Add Mocha/Jest like APIs to node:test #43415
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.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
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
What is the problem this feature will solve?
help wider adoption of
node:testas a native test runnerWhat is the feature you are proposing to solve the problem?
following the discussion here #40954
it seems like there was no strong opionons against supporting mocha/jest test styles,
So I think adding the
describeanditAPIs for starters can be fairly easyWhat alternatives have you considered?
No response