Skip to content

Commit

Permalink
Add Firefox to karma browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Dec 28, 2013
1 parent 2f852e2 commit 77af2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = function (grunt) {
},
chrome: {
singleRun: true,
browsers: ['Chrome'],
browsers: ['Chrome', 'Firefox'],
},
sauce: {
singleRun: true,
Expand Down

0 comments on commit 77af2b0

Please sign in to comment.