Skip to content

Commit

Permalink
remove IE if detected - comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedd committed Jan 6, 2023
1 parent 6125343 commit f08341a
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 @@ -52,7 +52,7 @@ module.exports = function (config) {
preferHeadless: true,

postDetection: function (availableBrowsers) {
// Replace IE with emulated IE9
// remove IE if detected
if (availableBrowsers.includes('IE')) {
const index = availableBrowsers.indexOf('IE');

Expand Down

0 comments on commit f08341a

Please sign in to comment.