2.0.1 • Published 4 years ago

zip-tap-reporter v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

zip-tap-reporter

A small and colorful reporter for zip-tap

Usage

npm i -D zip-tap-reporter

CLI

Just prefix your test command with zip-tap-reporter.

zip-tap-reporter node tests.js

If the command that you run your tests with is complex, just wrap it in quotes:

zip-tap-reporter "node globbed-tests.js | some-filter"

Piping

zip-tap-reporter also works on a pipe.

node tests.js | zip-tap-reporter

This feature is depreciated though, and will be removed in the next major release.

API

const createReporter = require('zip-tap-reporter');

const reporter = createReporter();

process.stdin.on('data', reporter.log);

See bin/cmd for more information.

License

MIT

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago