0.0.9 • Published 8 years ago

mocha-fivemat-reporter v0.0.9

Weekly downloads
46
License
MIT
Repository
github
Last release
8 years ago

mocha-fivemat-reporter

Reporter for the mocha test framework based on Tim Pope's fivemat.

Fivemat Output

Installation

Add it to the devDependencies in your package.json and npm install.

{
  "devDependencies": {
    "mocha-fivemat-reporter": "*"
  }
}

Usage

After installation you can use mocha-fivemat-reporter as the reporter name with the -R or --reporter switch.

$ mocha -R mocha-fivemat-reporter

With mocha.opts this can be done with,

--reporter mocha-fivemat-reporter
0.0.9

8 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago