Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mocha-pretty-spec-reporter

AriaMinaei564MIT0.1.0-beta.2

Spec reporter for mocha without the messy stack traces

pretty, error, exception, debug, error-handling, readable, colorful, prettify, format, human, test, mocha, reporter

readme

What is it?

Mocha's spec reporter for nodejs, without the messy stack traces. (Uses PrettyError)

screenshot

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