mocha-pretty-spec-reporter

Spec reporter for mocha without the messy stack traces

Usage no npm install needed!

<script type="module">
  import mochaPrettySpecReporter from 'https://cdn.skypack.dev/mocha-pretty-spec-reporter';
</script>

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