Skip to content

Commit

Permalink
fix: fix 'reporters' key name in karma.conf (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
karkumar089 committed May 2, 2018
1 parent 4e4e7f7 commit 7afaf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (config) {
reports: ['html', 'lcovonly'],
fixWebpackSourcePaths: true
},
rreporters: ['progress', 'kjhtml'],
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
Expand Down

0 comments on commit 7afaf10

Please sign in to comment.