fly-espower
v0.1.0
Published
Fly plugin for power-assert
Downloads
9
Maintainers
Readme
fly-espower
Fly plugin for power-assert
Usage
To learn about what options are available, check out the espower documentation
Install
npm install --save-dev fly-espower
Example
exports.espower = function* () {
yield this
.source("test/**/*_test.js")
.espower()
.target("espowered/")
}
exports.test = function* () {
yield this
.source("espowered/**/*_test.js")
.mocha({ reporter: "spec" })
}
License
Licensed under the MIT license.