]> source.dussan.org Git - jquery.git/commitdiff
Push serialize module to swarm /cc @jaubourg
authorCorey Frang <gnarf@gnarf.net>
Fri, 13 Jul 2012 07:59:20 +0000 (02:59 -0500)
committerCorey Frang <gnarf@gnarf.net>
Fri, 13 Jul 2012 07:59:20 +0000 (02:59 -0500)
grunt.js

index 39f999c2fefe1ece765b3e3e7f6a4bb4b95a935a..bedce4aa1aa34f3aa50dce1e75972f14f1be1283 100644 (file)
--- 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 );