Usage
const gulp = const tape = gulp
API
const tape =
tape([options])
options
is an optional object literal.
Key | Description | Default |
---|---|---|
bail |
Whether to stop the Gulp process on the first failing assertion. | false |
nyc |
Whether to compute test coverage using nyc . (Specify nyc options in your package.json .) |
false |
outputStream |
The stream to pipe the test output. | process.stdout |
require |
Modules to load before running the tests. | [] |
Installation
Install via yarn:
$ yarn add --dev gulp-tape
Or npm:
$ npm install --save-dev gulp-tape