Skip to content

Commit

Permalink
chore(build): improve Karma reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed May 4, 2014
1 parent afdefcf commit ef62364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ module.exports = function(grunt) {
},
travis: {
singleRun: true,
reporters: ['dots'],
browsers: ['Firefox']
},
coverage: {
Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ browsers = [
// possible values: dots || progress
reporters = ['progress'];

reportSlowerThan = 100;

// web server port
port = 9018;

Expand Down

0 comments on commit ef62364

Please sign in to comment.