1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Expand IE testing

Now that our tests are using jQuery 1.7.2 we can run our tests on
IE8 automatically.
This commit is contained in:
Kevin Brown 2015-03-11 19:26:30 -04:00
parent b9b55cec44
commit 992652bbd2

View File

@ -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'