Gulp-Tap-Min
A TAP reporter intended to be used together with Gulp-Tape(min version 0.0.6) and Tape.
Usage
'use strict'; var gulp = ;var tape = ;var reporter = ; gulp;
tape([opts])
For gulp-tap-min to work properly you need to pass tapeOpts: { objectMode: true }
to Gulp-Tape.
reporter([opts])
opts
is an object literal that can take the following key:
verbose
— if truthy the full TAP results will be printed.
Installation
Install via npm (together with Gulp-Tape and Tape):
$ npm install --save-dev gulp-tap-min gulp-tape tape