Skip to content

Commit

Permalink
Don't report coverage in debug mode, it's distracting and doesn't pri…
Browse files Browse the repository at this point in the history
…nt anyhting anyway. Closes #115
  • Loading branch information
lathonez committed Jul 4, 2016
1 parent b6ebf55 commit 0bdc6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ gulp.task('karma-debug', (done: Function) => {
configFile: join(process.cwd(), config.testDir, 'karma.config.js'),
singleRun: false,
browsers: ['Chrome'],
reporters: ['mocha'],
};

new karma.Server(karmaOpts, done).start();
Expand Down

0 comments on commit 0bdc6e4

Please sign in to comment.