diff options
author | Corey Frang <gnarf@gnarf.net> | 2012-07-13 02:59:20 -0500 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2012-07-13 02:59:20 -0500 |
commit | 0d9006531d2b991cdbf419e1b4b0b4e03a588b10 (patch) | |
tree | 0ed0c041d612339d2e58d2139fd0ee6fa321021e /grunt.js | |
parent | ced5e9037a8a1d7306fa6c735ba7f314022c3289 (diff) | |
download | jquery-0d9006531d2b991cdbf419e1b4b0b4e03a588b10.tar.gz jquery-0d9006531d2b991cdbf419e1b4b0b4e03a588b10.zip |
Push serialize module to swarm /cc @jaubourg
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |