This package has been deprecated

Author message:

If your using this, I'd love to transfer it to you

gulp-tap-min

1.0.1 • Public • Published

Gulp-Tap-Min npm Version Build Status

A TAP reporter intended to be used together with Gulp-Tape(min version 0.0.6) and Tape.

Usage

'use strict';
 
var gulp = require('gulp');
var tape = require('gulp-tape');
var reporter = require('gulp-tap-min');
 
gulp.task('test', function() {
  return gulp.src('test/*.js')
    .pipe(tape({
      reporter: reporter(),
      tapeOpts: { objectMode: true }
    }));
});

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

Madprops

License

MIT

Package Sidebar

Install

npm i gulp-tap-min

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • zache