diff --git a/.jshintrc b/.jshintrc index 167a4b6..703e8d0 100644 --- a/.jshintrc +++ b/.jshintrc @@ -80,6 +80,5 @@ // Custom Globals "globals": { } - } diff --git a/karma.conf.js b/karma.conf.js index 7c2f8a2..736fd06 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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', diff --git a/package.json b/package.json index 3e3dcf3..f3dbbeb 100644 --- a/package.json +++ b/package.json @@ -62,4 +62,4 @@ "karma-sinon": "^1.0.4" }, "dependencies": {} -} \ No newline at end of file +}