tap-pessimist
v1.0.1
Published
A tap consumer that filters out all the ok spam, and just focuses on the negatives : (
Downloads
86
Readme
tap-pessimist
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.