Skip to content

Commit

Permalink
fix ie command
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 8, 2024
1 parent 4879e77 commit a82477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-karma/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const browsers = [
'PhantomJS',
];

if (which('iexplore', { nothrow: true })) {
if (which('iexplore.exe', { nothrow: true })) {
browsers.push('IE_NFM');
}

Expand Down

0 comments on commit a82477a

Please sign in to comment.