node-test-with-typescript icon indicating copy to clipboard operation
node-test-with-typescript copied to clipboard

Example project which uses the built-in Node test runner with TypeScript using TSX as a Node loader.

Node Test with TypeScript

Example project which uses the built-in Node test runner with TypeScript using TSX as a Node loader. You can use a custom script, or the glob package CLI to use TypeScript with the Node test runner at the moment. This is due to the current Node test runner execution model which doesn't include TypeScript file extensions at the moment. There is a feature request to fix this issue.