Skip to content

Commit

Permalink
Default to using dots reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Feb 17, 2015
1 parent 2440b0d commit d07d649
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ gulp.task('test:unit', function (done) {
karma.start({
configFile: __dirname + '/karma.conf.js',
singleRun: true,
autoWatch: false,
reporters: ['dots']
autoWatch: false
}, done);
});

Expand All @@ -106,8 +105,7 @@ gulp.task('test:unit:tdd', function (done) {
karma.start({
configFile: __dirname + '/karma.conf.js',
singleRun: false,
autoWatch: true,
reporters: ['dots']
autoWatch: true
}, done);
});

Expand Down

0 comments on commit d07d649

Please sign in to comment.