🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

zip-tap-reporter

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip-tap-reporter

A small and colorful reporter for zip-tap

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

test

FAQs

Package last updated on 15 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts