]> source.dussan.org Git - jquery.git/commitdiff
Build: Remove Sizzle from run names passed to the testswarm task
authorMichał Gołębiowski <m.goleb@gmail.com>
Tue, 15 Apr 2014 14:38:23 +0000 (16:38 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Tue, 15 Apr 2014 14:39:06 +0000 (16:39 +0200)
(cherry-picked from d0131da70ed0144c36af3494e2f843f62d740b1a)

Gruntfile.js

index 144634deceda148afef176f6100f78fc186a049e..35072d7733a15542fe1cecb329f9cfd99f37ecea 100644 (file)
@@ -106,7 +106,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 %>" ],