Skip to content

Commit

Permalink
Removing Extra browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ksorv committed Jul 27, 2020
1 parent 390fac6 commit a7161c0
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 @@ -123,7 +123,7 @@ module.exports = function (config) {
'karma-coveralls'
],

reporters: ['coverage', 'coveralls', 'progress', 'BrowserStack', 'dots', 'spec', 'kjhtml'],
reporters: ['coverage', 'coveralls', 'BrowserStack', 'dots', 'spec', 'kjhtml'],

coverageReporter: {
type: 'lcov',
Expand All @@ -137,7 +137,7 @@ module.exports = function (config) {

autoWatch: false,

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

client: {
clearContext: false
Expand Down

0 comments on commit a7161c0

Please sign in to comment.