From fe88534b29594fdd29354f8003745eecab20b40e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 9 May 2012 09:34:00 +0200 Subject: [PATCH] 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 --- grunt.js | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5