mocha-markdown-extended-reporter
v0.0.0
Published
an extended markdown reporter
Readme
mocha-markdown-extended-reporter
extended the base mocha-markdown reporter
   [](https://david-dm.org/gabrielcsapo/mocha-markdown-extended-reporter #info=devDependencies)   
install
npm install mocha-markdown-extended --save-devusage
mocha -R mocha-markdown-extended-reporterouput
markdown extended
should be fast ✓. 15ms.
setTimeout(function() {
done();
}, 10);should medium ✓. 503ms.
setTimeout(function() {
done();
}, 500);should be slow ✓. 1.003s.
setTimeout(function() {
done();
}, 1000);should throw ✖. 0.
throw 'hi';