We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8195fb commit 13d0be1Copy full SHA for 13d0be1
Gruntfile.js
@@ -239,6 +239,10 @@ module.exports = function( grunt ) {
239
"firefox-debug": {
240
browsers: [ "Firefox" ],
241
singleRun: false
242
+ },
243
+ "ie-debug": {
244
+ browsers: [ "IE" ],
245
+ singleRun: false
246
}
247
},
248
watch: {
package.json
@@ -50,6 +50,7 @@
50
"karma-browserstack-launcher": "1.3.0",
51
"karma-chrome-launcher": "2.2.0",
52
"karma-firefox-launcher": "1.1.0",
53
+ "karma-ie-launcher": "1.0.0",
54
"karma-qunit": "1.2.1",
55
"load-grunt-tasks": "4.0.0",
56
"native-promise-only": "0.8.1",
0 commit comments