aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-04-15 16:38:23 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2014-04-15 16:38:23 +0200
commitd0131da70ed0144c36af3494e2f843f62d740b1a (patch)
treefb3adb04dcfdaae626dfa6bfc6eb1b73d3849c2a /Gruntfile.js
parentb7283d738ec4c2d9d87cb16c32a3209cab567ed1 (diff)
downloadjquery-d0131da70ed0144c36af3494e2f843f62d740b1a.tar.gz
jquery-d0131da70ed0144c36af3494e2f843f62d740b1a.zip
Build: Remove Sizzle from run names passed to the testswarm task
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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 %>" ],