mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°7355 - Update jQuery-migrate to 3.4.1
This commit is contained in:
5
node_modules/jquery-migrate/build/tasks/testswarm.js
generated
vendored
5
node_modules/jquery-migrate/build/tasks/testswarm.js
generated
vendored
@@ -19,7 +19,9 @@ module.exports = function( grunt ) {
|
||||
browserSets = JSON.parse( browserSets );
|
||||
}
|
||||
timeout = timeout || 1000 * 60 * 15;
|
||||
tests = grunt.config( "tests" ).jquery;
|
||||
tests = grunt.config( "tests" )[
|
||||
Array.isArray( browserSets ) ? browserSets[ 0 ] : browserSets ||
|
||||
"jquery" ];
|
||||
|
||||
if ( pull ) {
|
||||
jobName = "Pull <a href='https://github.com/jquery/jquery-migrate/pull/" +
|
||||
@@ -35,7 +37,6 @@ module.exports = function( grunt ) {
|
||||
pluginjQuery[ 0 ] + "&jquery=" + pluginjQuery[ 1 ];
|
||||
} );
|
||||
|
||||
// TODO: create separate job for git so we can do different browsersets
|
||||
testswarm.createClient( {
|
||||
url: config.swarmUrl
|
||||
} )
|
||||
|
||||
Reference in New Issue
Block a user