The CLI shortcut for node --test runner with TypeScript
npm install better-node-testThe CLI shortcut for node --test with:
* TypeScript support.
* -t shortcut to run special test.

---
Made at Evil Martians, product consulting for developer tools.
---
Install CLI:
``sh`
npm install --save-dev better-node-test
For TypeScript you will also need tsx (or you can use tsm):
`sh`
npm install --save-dev better-node-test tsx
To run all tests with .test.ts or .test.js:
`sh`
npx bnt
To run special test:
`sh``
npx bnt ./test/request.test.ts -t 'uses HTTPS'