Skip to content

Commit

Permalink
allow browser setting in debug test run
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed May 14, 2017
1 parent 3d982f3 commit ed75ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -413,7 +413,7 @@ module.exports = function(grunt) {
debug: {
configFile: 'karma.conf.js',
singleRun: true,
browsers: ['Chrome'],
browsers: [grunt.option('browser') || 'Chrome'],
reporters: ['progress']
}
},
Expand Down

0 comments on commit ed75ad9

Please sign in to comment.