better-node-test
v0.8.3
Published
The CLI shortcut for node --test runner with TypeScript
Readme
Better Node Test
The CLI shortcut for node --test with:
- TypeScript support.
-tshortcut to run special test.
Made at Evil Martians, product consulting for developer tools.
Usage
Install CLI:
npm install --save-dev better-node-testFor TypeScript you will also need tsx (or you can use tsm):
npm install --save-dev better-node-test tsxTo run all tests with *.test.ts or *.test.js:
npx bntTo run special test:
npx bnt ./test/request.test.ts -t 'uses HTTPS'