UNPKG

mocha-logger

Version:

Simple logging support using the standard Mocha reporting style

7 lines (5 loc) 159 B
var mlog = require('..'); mlog.log('This is .log()'); mlog.pending('This is .pending()'); mlog.success('This is .success()'); mlog.error('This is .error()');