mocha-pretty-spec-reporter
v0.1.0-beta.2
Published
Spec reporter for mocha without the messy stack traces
Downloads
535
Maintainers
Readme
What is it?
Mocha's spec reporter for nodejs, without the messy stack traces. (Uses PrettyError)
Usage
Install with npm:
$ npm install mocha-pretty-spec-reporter
Then use just like any other reporter:
$ mocha -R mocha-pretty-spec-reporter
License
MIT