Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 28c85de

Browse files
chrisirhcpkozlowski-opensource
authored andcommitted
chore(tests): fix test output on CI
Use reporters in karma.conf.js to avoid confusion in the future.
1 parent afd9f36 commit 28c85de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = function(grunt) {
133133
jenkins: {
134134
singleRun: true,
135135
colors: false,
136-
reporter: ['dots', 'junit'],
136+
reporters: ['dots', 'junit'],
137137
browsers: ['Chrome', 'ChromeCanary', 'Firefox', 'Opera', '/Users/jenkins/bin/safari.sh', '/Users/jenkins/bin/ie9.sh']
138138
},
139139
travis: {

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ browsers = [
3131

3232
// test results reporter to use
3333
// possible values: dots || progress
34-
reporter = 'progress';
34+
reporters = ['progress'];
3535

3636
// web server port
3737
port = 9018;

0 commit comments

Comments
 (0)