aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2014-02-18 20:32:17 +0400
committerOleg Gaidarenko <markelog@gmail.com>2014-04-15 17:45:59 +0400
commit3dee2983ab211bc9b1bdbf372b0ac002f7debb03 (patch)
treef3c00eed48ec4700222311483ae031ddf27329a9 /Gruntfile.js
parent8e5d1caf7ad8f02d727bdd5ef9dfed9ff463c8ea (diff)
downloadjquery-3dee2983ab211bc9b1bdbf372b0ac002f7debb03.tar.gz
jquery-3dee2983ab211bc9b1bdbf372b0ac002f7debb03.zip
Build: Use jscs to check test helpers
Also fix issues found by jscs
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ea570f1fa..001a407d0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -101,6 +101,9 @@ module.exports = function( grunt ) {
jscs: {
src: "src/**/*.js",
gruntfile: "Gruntfile.js",
+
+ // Right know, check only test helpers
+ test: [ "test/data/testrunner.js", "test/data/testinit.js" ],
tasks: "build/tasks/*.js"
},
testswarm: {