UNPKG

mocha-banner

Version:

Terminal-wide banner with test name before each Mocha test

10 lines (7 loc) 129 B
'use strict' import drawBanner from './banner' import register from './register' module.exports = { drawBanner, register }