Push serialize module to swarm /cc @jaubourg

This commit is contained in:
Corey Frang 2012-07-13 02:59:20 -05:00
parent ced5e9037a
commit 0d9006531d

View File

@ -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 );