mocha-pending

Mocha reporter. Prints out all the pending tests hierarchy in a similar way to the spec reporter.

Usage no npm install needed!

<script type="module">
  import mochaPending from 'https://cdn.skypack.dev/mocha-pending';
</script>

README

mocha-pending

Mocha reporter. Prints out all the pending tests hierarchy in a similar way to the spec reporter.

Installation

''' npm install mocha-pending --save-dev '''

Usage

When mocha is globally installed

''' mocha -R mocha-pending '''

When mocha is locally installed

''' ./node_modules/.bin/mocha -R mocha-pending '''