0.1.0 • Published 9 years ago

fly-espower v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.