Skip to content

Commit

Permalink
Remove Internet Explorer from Karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed May 23, 2022
1 parent 5d7f148 commit 5598fc7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"karma-edge-launcher": "^0.4.2",
"karma-expect": "^1.1.3",
"karma-firefox-launcher": "^2.1.2",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.8",
"karma-safari-launcher": "~1.0.0",
Expand Down
5 changes: 0 additions & 5 deletions spec/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = function (config) {
'karma-sinon',
'karma-expect',
'karma-edge-launcher',
'karma-ie-launcher',
'karma-chrome-launcher',
'karma-safari-launcher',
'karma-firefox-launcher'],
Expand Down Expand Up @@ -114,10 +113,6 @@ module.exports = function (config) {
'dom.w3c_touch_events.enabled': 0
}
},
IE10: {
base: 'IE',
'x-ua-compatible': 'IE=EmulateIE10'
}
},

concurrency: 1,
Expand Down

0 comments on commit 5598fc7

Please sign in to comment.