Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.05 KB

README.md

File metadata and controls

58 lines (47 loc) · 2.05 KB

Mocha plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-mocha

Example

module.exports = {
  *test(fly) {
    yield fly
      .source("spec/*Spec.js")
      .mocha({ reporter: "nyan" })
  },
}

License

MIT © Jorge Bucaran et al