From 13d0be101f9441f32a2d8528f4de7667d0ffa44b Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Mon, 12 Nov 2018 11:49:44 -0500 Subject: [PATCH] Tests: add IE launcher for debugging IE11 on Windows --- Gruntfile.js | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index b46b7457f..94c2cdb89 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -239,6 +239,10 @@ module.exports = function( grunt ) { "firefox-debug": { browsers: [ "Firefox" ], singleRun: false + }, + "ie-debug": { + browsers: [ "IE" ], + singleRun: false } }, watch: { diff --git a/package.json b/package.json index 6b9452a97..a2b704ce6 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "karma-browserstack-launcher": "1.3.0", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.1.0", + "karma-ie-launcher": "1.0.0", "karma-qunit": "1.2.1", "load-grunt-tasks": "4.0.0", "native-promise-only": "0.8.1", -- 2.39.5