fly-mocha

1.0.2 • Public • Published

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

/fly-mocha/

    Package Sidebar

    Install

    npm i fly-mocha

    Weekly Downloads

    4

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • pine613