out of the box it looks only for js, mjs, cjs files, so it will miss .ts specs when scanning folders.
TypeScript definitions for "node:test" module are missing in @types/node.
Watch mode is missing.
Currently we can write native tests in typescript and run them with ts-node, when we want to run bulk we can run those test with tape library ("node:test" will work) and watch mode can be done with nodemon.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Regarding test runner, unfortunately:
js,mjs,cjsfiles, so it will miss.tsspecs when scanning folders."node:test"module are missing in@types/node.Currently we can write native tests in typescript and run them with
ts-node, when we want to run bulk we can run those test withtapelibrary ("node:test"will work) and watch mode can be done withnodemon.