UNPKG

karma-brief-reporter

Version:

Reports test progress statistics and lists failures at the end of a Karma test run.

11 lines (7 loc) 220 B
'use strict' const Brief = require('./lib/brief') Brief.$inject = ['baseReporterDecorator', 'formatError', 'config' /*, 'logger', 'helper', 'formatError' */] module.exports = { 'reporter:brief': ['type', Brief] }