mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Push serialize module to swarm /cc @jaubourg
This commit is contained in:
parent
ced5e9037a
commit
0d9006531d
2
grunt.js
2
grunt.js
@ -128,7 +128,7 @@ module.exports = function( grunt ) {
|
||||
var testswarm = require( "testswarm" ),
|
||||
testUrls = [],
|
||||
config = grunt.file.readJSON( configFile ).jquery,
|
||||
tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector support traversing".split( " " );
|
||||
tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue serialize selector support traversing".split( " " );
|
||||
|
||||
tests.forEach(function( test ) {
|
||||
testUrls.push( config.testUrl + commit + "/test/index.html?module=" + test );
|
||||
|
Loading…
Reference in New Issue
Block a user