-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.strip-typesIssues or PRs related to strip-types supportIssues or PRs related to strip-types supporttest_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
What is the problem this feature will solve?
I would like to use tests using typescript, not js. Currently if I run node --test it finds nothing.
What is the feature you are proposing to solve the problem?
node --test would pick up also typescript files and execute them since typescript now is experimentally supported
What alternatives have you considered?
Of course tools like jest or vitest can do this out-of-the-box but I would really love to write native tests to have zero dependency on thridparty libraries, just pure node.
marco-ippolito, tonivj5 and kachick
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.strip-typesIssues or PRs related to strip-types supportIssues or PRs related to strip-types supporttest_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.