Skip to content

clux/tap-pessimist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tap consumer that filters on failed tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published