We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ec7b9 commit f53f8c8Copy full SHA for f53f8c8
.jshintrc
@@ -80,6 +80,5 @@
80
// Custom Globals
81
"globals": {
82
}
83
-
84
85
karma.conf.js
@@ -131,6 +131,11 @@ function configureSauceLabs(config) {
131
browserName: 'internet explorer',
132
version: '11'
133
},
134
+ 'IE-Edge': {
135
+ base: 'SauceLabs',
136
+ platform: 'Windows 10',
137
+ browserName: 'microsoftedge'
138
+ },
139
'Chrome-Latest': {
140
base: 'SauceLabs',
141
platform: 'Windows 7',
package.json
@@ -62,4 +62,4 @@
62
"karma-sinon": "^1.0.4"
63
64
"dependencies": {}
65
-}
+}
0 commit comments