Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Drop ie9 support in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Cesmat committed Sep 29, 2020
1 parent f3f7271 commit f06f28f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions karma.conf.ie.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ module.exports = function(config) {
require('./karma.conf.js')(config);
config.set({
plugins: config.plugins.concat('karma-ie-launcher'),
browsers: ['IE9'],
customLaunchers: {
IE9: {
base: 'IE',
'x-ua-compatible': 'IE=EmulateIE9'
}
}
browsers: ['IE']
});
};

0 comments on commit f06f28f

Please sign in to comment.