فهرست منبع

Expand IE testing

Now that our tests are using jQuery 1.7.2 we can run our tests on
IE8 automatically.
Kevin Brown 10 سال پیش
والد
کامیت
992652bbd2
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  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'