From 0d9006531d2b991cdbf419e1b4b0b4e03a588b10 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Fri, 13 Jul 2012 02:59:20 -0500 Subject: [PATCH] Push serialize module to swarm /cc @jaubourg --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5