fly-espower

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i fly-espower

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • twada