Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit ad8c9c7

Browse files
committed
disable ie9 tests pending google/traceur-compiler#1659
1 parent 6a48376 commit ad8c9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = function(config) {
9797

9898
var customLaunchers = geSaLaKaCuLa({
9999
'Windows 7': {
100-
'internet explorer': '9..11'
100+
'internet explorer': '10..11'
101101
}
102102
});
103103

0 commit comments

Comments
 (0)