1.2.6 • Published 10 months ago

@reporters/silent v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

1.2.6

10 months ago

1.2.5

1 year ago

1.2.0

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago