Skip to content

Commit

Permalink
Added Microsoft Edge testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Sep 1, 2015
1 parent 84ec7b9 commit f53f8c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@
// Custom Globals
"globals": {
}

}

5 changes: 5 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ function configureSauceLabs(config) {
browserName: 'internet explorer',
version: '11'
},
'IE-Edge': {
base: 'SauceLabs',
platform: 'Windows 10',
browserName: 'microsoftedge'
},
'Chrome-Latest': {
base: 'SauceLabs',
platform: 'Windows 7',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"karma-sinon": "^1.0.4"
},
"dependencies": {}
}
}

0 comments on commit f53f8c8

Please sign in to comment.