包详细信息

@reporters/silent

MoLow435MIT1.2.7

A silent reporter for node:test

node:test, test, reporter, reporters

自述文件

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.