Skip to content

Commit ef62364

Browse files
chore(build): improve Karma reporting
1 parent afdefcf commit ef62364

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ module.exports = function(grunt) {
138138
},
139139
travis: {
140140
singleRun: true,
141+
reporters: ['dots'],
141142
browsers: ['Firefox']
142143
},
143144
coverage: {

karma.conf.js

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ browsers = [
3434
// possible values: dots || progress
3535
reporters = ['progress'];
3636

37+
reportSlowerThan = 100;
38+
3739
// web server port
3840
port = 9018;
3941

0 commit comments

Comments
 (0)