gulp-ava 
Run AVA tests
Install
$ npm install --save-dev gulp-ava
Usage
const gulp = require('gulp');
const ava = require('gulp-ava');
exports.default = () => (
gulp.src('test.js')
// `gulp-ava` needs file paths, so you can't have any plugins before it
.pipe(ava({verbose: true}))
);API
ava(options?)
This plugin adheres to AVA options in package.json. You can also specify options in the plugin, as seen above, but prefer the package.json approach whenever possible.
gulp-ava specific options:
silent
Type: boolean
Default: false
Only print output on failure.
nyc
Type: boolean
Default: false
Run AVA with nyc. You must have nyc as a devDependency. nyc options can be defined in package.json.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
