tap-pessimist

A tap consumer that filters out all the ok spam, and just focuses on the negatives : (

MIT 6 个版本
安装
npm install tap-pessimist
yarn add tap-pessimist
pnpm add tap-pessimist
bun add tap-pessimist
README

tap-pessimist

npm status build status

A small command line filtration tool for filtering some of the constant spam from node-tap. It will only show failed asserts and it will exit with a zero exit code if everything passed, or 1 if there were failed asserts.

Usage

Pipe to:

$ producerApp | tap-pessimist

or

$ cat log.txt | tap-pessimist

Installation

npm install -g tap-pessimist

License

MIT-Licensed. See license file for details.

版本列表
1.0.1 2015-10-08
0.2.2 2012-10-20
0.2.1 2012-06-18
0.2.0 2012-06-18
0.1.1 2012-06-13
0.0.0 2012-06-13