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