From: Corey Frang Date: Fri, 13 Jul 2012 07:59:20 +0000 (-0500) Subject: Push serialize module to swarm /cc @jaubourg X-Git-Tag: 1.8rc1~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0d9006531d2b991cdbf419e1b4b0b4e03a588b10;p=jquery.git Push serialize module to swarm /cc @jaubourg --- diff --git a/grunt.js b/grunt.js index 39f999c2f..bedce4aa1 100644 --- a/grunt.js +++ b/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 );