1.2.5 • Published 2 months ago

@reporters/silent v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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.5

2 months ago

1.2.0

10 months ago

1.2.4

8 months ago

1.2.3

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.0

12 months ago

1.0.0

1 year ago