Package Exports
- mocha-logger
- mocha-logger/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mocha-logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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()');