refactor events to mixin from separate class

This commit is contained in:
Keegan
2016-01-28 11:45:00 -08:00
parent cdb855edaa
commit f5e2dbe5a3
8 changed files with 157 additions and 86 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['progress', 'mocha', 'coverage', 'threshold'],
reporters: ['mocha', 'coverage', 'threshold'],
// optionally, configure the reporter
coverageReporter: {