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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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