Home

Awesome

<div align="center"> <a href="http://github.com/flyjs/fly"> <img width=200px src="https://cloud.githubusercontent.com/assets/8317250/8733685/0be81080-2c40-11e5-98d2-c634f076ccd7.png"> </a> </div>

ava plugin for Fly.

npm package

Getting Started

This plugin requires fly.

$ npm i fly-ava -D

Usage examples

module.exports {
  *default(fly) {
    yield fly.source('./test/*.js').ava()
  },
}

License

MIT License