Skip to content

Commit

Permalink
Use progress and coverage reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Horn committed Feb 19, 2015
1 parent 740b235 commit 771a627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function(config) {
'karma-jasmine',
'karma-coverage'
],
reporters: ['dots','progress'],
reporters: ['progress','coverage'],

// coverageReporter: {
// dir: 'coverage/',
Expand Down

0 comments on commit 771a627

Please sign in to comment.