8000 GitHub - taskrjs/fly-ava: :airplane: A plugin for Fly that run ava tests
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taskrjs/fly-ava

Repository files navigation

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

0