diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-04-15 16:38:23 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-04-15 16:39:06 +0200 |
commit | d2c488402a9ee757e0b4e52e09a0530bc97bb2f2 (patch) | |
tree | 58c97719d7acde108f49758590674f41c52c16cf | |
parent | 5ac2186903acd9858e1f0e4891e47a244b2303af (diff) | |
download | jquery-d2c488402a9ee757e0b4e52e09a0530bc97bb2f2.tar.gz jquery-d2c488402a9ee757e0b4e52e09a0530bc97bb2f2.zip |
Build: Remove Sizzle from run names passed to the testswarm task
(cherry-picked from d0131da70ed0144c36af3494e2f843f62d740b1a)
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 144634dec..35072d773 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 %>" ], |