From: Richard Gibson Date: Thu, 13 Dec 2012 01:19:18 +0000 (-0500) Subject: Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. X-Git-Tag: 1.9.0b1~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ca26d45395c8a790027633dec5a2ebc15ce9149a;p=jquery.git Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. --- diff --git a/grunt.js b/grunt.js index 90dd7d69a..3e384bc45 100644 --- a/grunt.js +++ b/grunt.js @@ -106,6 +106,11 @@ module.exports = function( grunt ) { qunit: { files: "test/index.html" }, + + testswarm: { + tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ") + }, + watch: { files: [ "", "", @@ -113,6 +118,7 @@ module.exports = function( grunt ) { ], tasks: "dev" }, + uglify: { codegen: { ascii_only: true @@ -137,7 +143,7 @@ module.exports = function( grunt ) { testUrls = [], pull = /PR-(\d+)/.exec( commit ), config = grunt.file.readJSON( configFile ).jquery, - tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue serialize support traversing Sizzle".split(" "); + tests = grunt.config([ this.name, "tests" ]); if ( pull ) { jobName = "jQuery pull