Mocha plugin for Fly. Usage Check out the documentation to see the available options. Install npm install -D fly-mocha Example module.exports = { *test(fly) { yield fly .source("spec/*Spec.js") .mocha({ reporter: "nyan" }) }, } License MIT © Jorge Bucaran et al