Skip to content

Commit

Permalink
Merge pull request #158 from victorleungtw/master
Browse files Browse the repository at this point in the history
change karma test to chrome and firefox
  • Loading branch information
victorleungtw committed Jan 16, 2015
2 parents 0003a8f + f248a74 commit 0624228
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: ['PhantomJS'],
browsers: ['Chrome', 'Firefox'],

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

0 comments on commit 0624228

Please sign in to comment.