aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-01-27 12:13:32 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-01-27 12:14:17 +0100
commitdda87f6b16fa36c728aef1a85a69176a36cf5b21 (patch)
tree6439f86a54d4e2904aa1582cfac323e039b57de1 /Gruntfile.js
parent28f0329a02c453ae26b6bc028b6aaeec578bef6f (diff)
downloadjquery-dda87f6b16fa36c728aef1a85a69176a36cf5b21.tar.gz
jquery-dda87f6b16fa36c728aef1a85a69176a36cf5b21.zip
Build: enable JSCS for test/unit/support.js, fix styling issues
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 1e204ad23..ec1705a50 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -134,6 +134,7 @@ module.exports = function( grunt ) {
"test/data/testrunner.js",
"test/unit/animation.js",
"test/unit/basic.js",
+ "test/unit/support.js",
"test/unit/tween.js",
"test/unit/wrap.js"
],