]> 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:38:23 +0000 (16:38 +0200)
Gruntfile.js

index 54d3194bc5d3a9560c3ec091ba14639ffa6bc567..f3f5636c585d720cb0913084cc61758d9cf52195 100644 (file)
@@ -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 %>" ],