Skip to content

Commit b344dc1

Browse files
committed
chore(ci): remove IE as browser testing target in Karma's common config
Signed-off-by: hainenber <[email protected]>
1 parent 58e8c95 commit b344dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.common.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var karmaConfig = {
2727
// if true, Karma captures browsers, runs the tests and exits
2828
singleRun: false,
2929

30-
browsers: ["Chrome", "Firefox", "IE"],
30+
browsers: ["Chrome", "Firefox"],
3131

3232
// Concurrency level
3333
// how many browser should be started simultaneous

0 commit comments

Comments
 (0)