Build: Remove Sizzle from run names passed to the testswarm task

This commit is contained in:
Michał Gołębiowski 2014-04-15 16:38:23 +02:00
parent b7283d738e
commit d0131da70e

View File

@ -107,7 +107,7 @@ module.exports = function( grunt ) {
tasks: "build/tasks/*.js" tasks: "build/tasks/*.js"
}, },
testswarm: { 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: { watch: {
files: [ "<%= jshint.all.src %>" ], files: [ "<%= jshint.all.src %>" ],