Skip to content

Commit f53f8c8

Browse files
Added Microsoft Edge testing
1 parent 84ec7b9 commit f53f8c8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@
8080
// Custom Globals
8181
"globals": {
8282
}
83-
8483
}
8584

karma.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ function configureSauceLabs(config) {
131131
browserName: 'internet explorer',
132132
version: '11'
133133
},
134+
'IE-Edge': {
135+
base: 'SauceLabs',
136+
platform: 'Windows 10',
137+
browserName: 'microsoftedge'
138+
},
134139
'Chrome-Latest': {
135140
base: 'SauceLabs',
136141
platform: 'Windows 7',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
"karma-sinon": "^1.0.4"
6363
},
6464
"dependencies": {}
65-
}
65+
}

0 commit comments

Comments
 (0)