Skip to content

taskrjs/fly-mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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