Skip to content

Commit

Permalink
add firefox test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleungtw committed Jan 16, 2015
1 parent 2ca3311 commit f248a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function(config) {
// - Safari (only Mac)
// - PhantomJS
// - IE (only Windows)
browsers: ['Chrome'],
browsers: ['Chrome', 'Firefox'],

// If browser does not capture in given timeout [ms], kill it
captureTimeout: 60000,
Expand Down

0 comments on commit f248a74

Please sign in to comment.