0.0.9 • Published 9 years ago
mocha-fivemat-reporter v0.0.9
mocha-fivemat-reporter
Reporter for the mocha test framework based on Tim Pope's fivemat.

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-reporterWith mocha.opts this can be done with,
--reporter mocha-fivemat-reporter