From: Jörn Zaefferer Date: Wed, 9 May 2012 07:34:00 +0000 (+0200) Subject: Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. If that... X-Git-Tag: 1.8b1~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fe88534b29594fdd29354f8003745eecab20b40e;p=jquery.git Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. If that can be made to pass, it should be added to the default task --- diff --git a/grunt.js b/grunt.js index f65812623..68e67cd2b 100644 --- a/grunt.js +++ b/grunt.js @@ -63,6 +63,9 @@ module.exports = function( grunt ) { lint: { files: [ "grunt.js", "dist/jquery.js" ] }, + qunit: { + files: "test/index.html" + }, watch: { files: "", tasks: "concat lint"