mocha-logger

1.0.8 • Public • Published

Mocha-logger

Simple logging support using the standard Mocha reporting style.

This module is designed to work as an inline reporter for long running Mocha tasks.

Examples

import mlog from 'mocha-logger';

mlog.log('This is .log()');
mlog.pending('This is .pending()');
mlog.success('This is .success()');
mlog.error('This is .error()');

Package Sidebar

Install

npm i mocha-logger

Weekly Downloads

6,303

Version

1.0.8

License

MIT

Unpacked Size

4.24 kB

Total Files

5

Last publish

Collaborators

  • hash-bang