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: Tests: add IE launcher for debugging IE11 on Windows --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gruntfile.js') 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: { -- cgit v1.2.3