From ca26d45395c8a790027633dec5a2ebc15ce9149a Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 12 Dec 2012 20:19:18 -0500 Subject: [PATCH] Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. --- grunt.js | 8 +++++++- test/unit/selector.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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