@reporters/silent

1.2.5 • Public • Published

npm version tests codecov

Silent Reporter

A Silent reporter for node:test, in case you don't want to see any output.

Installation

npm install --save-dev @reporters/silent

or

yarn add --dev @reporters/silent

Usage

node --test --test-reporter=@reporters/silent

the output will be empty, but the tests will still run, and the exit code will be 0 if all tests pass, and 1 if any test fails.

Package Sidebar

Install

npm i @reporters/silent

Weekly Downloads

71

Version

1.2.5

License

MIT

Unpacked Size

1.65 kB

Total Files

3

Last publish

Collaborators

  • molow