Browse Source

Expand IE testing

Now that our tests are using jQuery 1.7.2 we can run our tests on
IE8 automatically.
Kevin Brown 10 năm trước cách đây
mục cha
commit
992652bbd2
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      Gruntfile.js

+ 8 - 0
Gruntfile.js

@@ -98,6 +98,10 @@ module.exports = function (grunt) {
           urls: testUrls,
           testname: 'QUnit test for Select2',
           browsers: [
+            {
+              browserName: 'internet explorer',
+              version: '8'
+            },
             {
               browserName: 'internet explorer',
               version: '9'
@@ -106,6 +110,10 @@ module.exports = function (grunt) {
               browserName: 'internet explorer',
               version: '10'
             },
+            {
+              browserName: 'internet explorer',
+              version: '11'
+            },
 
             {
               browserName: 'firefox'