Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fly-espower

twada3MIT0.1.0

Fly plugin for power-assert

power-assert, assert, assertion, test, testing, fly, fly-plugin

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.

changelog

0.1.0 (2015-07-03)

The first release.