Support *.ts files for node --test #55078
Labels
feature request
Issues that request new features to be added to Node.js.
strip-types
Issues or PRs related to strip-types support
test_runner
Issues and PRs related to the test runner subsystem.
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 supportedWhat alternatives have you considered?
Of course tools like
jest
orvitest
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.The text was updated successfully, but these errors were encountered: