From: Michał Gołębiowski Date: Tue, 15 Apr 2014 14:38:23 +0000 (+0200) Subject: Build: Remove Sizzle from run names passed to the testswarm task X-Git-Tag: 2.1.1-rc1~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0131da70ed0144c36af3494e2f843f62d740b1a;p=jquery.git Build: Remove Sizzle from run names passed to the testswarm task --- diff --git a/Gruntfile.js b/Gruntfile.js index 54d3194bc..f3f5636c5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,7 +107,7 @@ module.exports = function( grunt ) { tasks: "build/tasks/*.js" }, testswarm: { - tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split( " " ) + tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing".split( " " ) }, watch: { files: [ "<%= jshint.all.src %>" ],