Skip to content

Commit

Permalink
Added Edge and Firefox to karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
ksorv committed Jul 26, 2020
1 parent a8c033d commit ba35736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ module.exports = function (config) {

autoWatch: false,

// browsers: ['WIN81Chrome', 'WIN81Edge', 'WIN81Firefox', 'WIN10Chrome', 'WIN10Edge', 'WIN10Firefox', 'OSXYosemiteSafari', 'OSXElCapitanChrome', 'OSXElCapitanFirefox', 'OSXElCapitanSafari'],
browsers: ['WIN10Chrome', 'WIN81Chrome', 'OSXElCapitanChrome'],
// TODO: 'OSXYosemiteSafari', 'OSXElCapitanSafari'
browsers: ['WIN10Edge', 'WIN10Chrome', 'WIN10Firefox', 'WIN81Edge', 'WIN81Chrome', 'WIN81Firefox', 'OSXElCapitanChrome', 'OSXElCapitanFirefox'],

client: {
clearContext: false
Expand Down

0 comments on commit ba35736

Please sign in to comment.