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.
What is the problem this feature will solve?
I would like to use tests using typescript, not js. Currently if I run
node --testit finds nothing.What is the feature you are proposing to solve the problem?
node --testwould pick up also typescript files and execute them since typescript now is experimentally supportedWhat alternatives have you considered?
Of course tools like
jestorvitestcan 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.