mocha-markdown-extended-reporter

0.0.0 • Public • Published

mocha-markdown-extended-reporter

extended the base mocha-markdown reporter

Npm Version Build Status Dependency Status devDependency Status npm license npm npm

install

npm install mocha-markdown-extended --save-dev

usage

mocha -R mocha-markdown-extended-reporter

ouput

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';

Readme

Keywords

Package Sidebar

Install

npm i mocha-markdown-extended-reporter

Weekly Downloads

2

Version

0.0.0

License

ISC

Last publish

Collaborators

  • gabrielcsapo