Socket
Socket
Sign inDemoInstall

better-node-test

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    better-node-test

The CLI shortcut for node --test runner with TypeScript


Version published
Weekly downloads
119
increased by85.94%
Maintainers
1
Install size
4.43 kB
Created
Weekly downloads
 

Changelog

Source

0.5.1

  • Fixed Windows support.

Readme

Source

Better Node Test

The CLI shortcut for node --test with:

  • TypeScript support.
  • -t shortcut to run special test.

Better Node Test CLI


  Made in Evil Martians, product consulting for developer tools.


Usage

Install CLI:

npm install --save-dev better-node-test

For TypeScript you will also need tsx (or you can use tsm):

npm install --save-dev better-node-test tsx

To run all tests with *.test.ts or *.test.js:

npx bnt

To run special test:

npx bnt ./test/request.test.ts -t 'uses HTTPS'

Keywords

FAQs

Last updated on 04 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc