Skip to content

martin-brennan-csnet/gulp-tape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-tape npm Version Build Status

Run Tape tests in Gulp.

Usage

'use strict';

var gulp = require('gulp');
var tape = require('gulp-tape');

gulp.task('default', function() {
  return gulp.src('test/*.js')
    .pipe(tape());
});

API

var tape = require('gulp-tape');

tape([opts])

Set the stream to pipe the test output by passing in opts.outputStream. Defaults to process.stdout.

Installation

Install via npm:

$ npm i --save gulp-tape

License

MIT

About

Run Tape tests in Gulp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%