UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

12 lines (10 loc) 234 B
import BasicReporter from './basic' import FancyReporter from './fancy' import JSONReporter from './json' import WinstonReporter from './winston' export default { BasicReporter, FancyReporter, JSONReporter, WinstonReporter }