whyboris/karma-helpful-reporter

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
(function() {
  'use strict';
  var Helpful = require('./lib/helpful').Helpful;

  Helpful.$inject = ['baseReporterDecorator', 'formatError', 'config'];

  module.exports = {
    'reporter:helpful': ['type', Helpful]
  };

})();