diff --git a/Gruntfile.js b/Gruntfile.js index 74560b55b..a2ff41bde 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -188,7 +188,7 @@ module.exports = function (grunt) { browsers: [ { browserName: 'firefox', - version: '42.0', + version: '43.0', platform: 'Linux' }, { @@ -200,6 +200,11 @@ module.exports = function (grunt) { browserName: 'internet explorer', version: '11.0', platform: 'Windows 10' + }, + { + browserName: 'MicrosoftEdge', + version: '20.10240', + platform: 'Windows 10' } ], testname: '<%= conf.pkg.name %>.js'