Add the JS tests in Grunt lint checks
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7bc04e79 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7bc04e79 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7bc04e79 Branch: refs/heads/master Commit: 7bc04e7953912a2a94d5b50abe43a621d084976b Parents: 6f6adb1 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Feb 6 16:07:16 2013 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Feb 6 16:07:29 2013 +0100 ---------------------------------------------------------------------- grunt.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7bc04e79/grunt.js ---------------------------------------------------------------------- diff --git a/grunt.js b/grunt.js index 3e3a617..128bb09 100644 --- a/grunt.js +++ b/grunt.js @@ -40,7 +40,12 @@ module.exports = function(grunt) { "wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/jquery.wicketatmosphere.js" ], testsJs = [ - "./wicket-core/src/test/js/ajax.js" + "./wicket-core/src/test/js/ajax.js", + "./wicket-core/src/test/js/head.js", + "./wicket-core/src/test/js/form.js", + "./wicket-core/src/test/js/dom.js", + "./wicket-core/src/test/js/channels.js", + "./wicket-core/src/test/js/event.js" ], gruntJs = [ "grunt.js"
