add to testover jquery 1.10 and 2.0
This commit is contained in:
4
grunt.js
4
grunt.js
@ -109,7 +109,7 @@ module.exports = function(grunt) {
|
|||||||
grunt.loadNpmTasks('grunt-contrib');
|
grunt.loadNpmTasks('grunt-contrib');
|
||||||
|
|
||||||
//version of jquery-ui datepicker to be copied into dist
|
//version of jquery-ui datepicker to be copied into dist
|
||||||
var dp_ui_ver = '1.10.2';
|
var dp_ui_ver = '1.10.3';
|
||||||
|
|
||||||
//module for testing
|
//module for testing
|
||||||
var module = '';
|
var module = '';
|
||||||
@ -121,7 +121,7 @@ module.exports = function(grunt) {
|
|||||||
var qunit_testover = [];
|
var qunit_testover = [];
|
||||||
['bootstrap', 'jqueryui', 'plain'].forEach(function(f){
|
['bootstrap', 'jqueryui', 'plain'].forEach(function(f){
|
||||||
['popup', 'inline'].forEach(function(c){
|
['popup', 'inline'].forEach(function(c){
|
||||||
['1.7.2', '1.8.3', '1.9.1'].forEach(function(jqver) {
|
['1.7.2', '1.8.3', '1.9.1', '1.10.2', '2.0.3'].forEach(function(jqver) {
|
||||||
qunit_testover.push('http://localhost:8000/test/index.html?f='+f+'&c='+c+'&jquery='+jqver+module);
|
qunit_testover.push('http://localhost:8000/test/index.html?f='+f+'&c='+c+'&jquery='+jqver+module);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user