mocha-pending
v1.0.0
Published
Mocha reporter. Prints out all the pending tests hierarchy in a similar way to the spec reporter.
Downloads
7
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 '''