diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-02-18 20:32:17 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-15 17:45:59 +0400 |
commit | 3dee2983ab211bc9b1bdbf372b0ac002f7debb03 (patch) | |
tree | f3c00eed48ec4700222311483ae031ddf27329a9 /Gruntfile.js | |
parent | 8e5d1caf7ad8f02d727bdd5ef9dfed9ff463c8ea (diff) | |
download | jquery-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.js | 3 |
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: { |