mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Grunt: Update testswarm task to use new module filter, reduces duplication when running, should speed things up
This commit is contained in:
parent
7c16273b1c
commit
1ea4fe7052
2
grunt.js
2
grunt.js
@ -135,7 +135,7 @@ module.exports = function( grunt ) {
|
||||
config = grunt.file.readJSON( configFile ).jquery;
|
||||
var tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector support traversing".split( " " );
|
||||
tests.forEach(function( test ) {
|
||||
testUrls.push( config.testUrl + commit + "/test/index.html?filter=" + test );
|
||||
testUrls.push( config.testUrl + commit + "/test/index.html?module=" + test );
|
||||
});
|
||||
testswarm({
|
||||
url: config.swarmUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user