aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2012-07-13 02:59:20 -0500
committerCorey Frang <gnarf@gnarf.net>2012-07-13 02:59:20 -0500
commit0d9006531d2b991cdbf419e1b4b0b4e03a588b10 (patch)
tree0ed0c041d612339d2e58d2139fd0ee6fa321021e /grunt.js
parentced5e9037a8a1d7306fa6c735ba7f314022c3289 (diff)
downloadjquery-0d9006531d2b991cdbf419e1b4b0b4e03a588b10.tar.gz
jquery-0d9006531d2b991cdbf419e1b4b0b4e03a588b10.zip
Push serialize module to swarm /cc @jaubourg
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
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 );