aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-05-09 09:34:00 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-05-09 09:34:12 +0200
commitfe88534b29594fdd29354f8003745eecab20b40e (patch)
treef5248b69e7183771144908b266e0e6e303d33dc4 /grunt.js
parent38fe2deab51f5230fff899950fc35aaac4d6a859 (diff)
downloadjquery-fe88534b29594fdd29354f8003745eecab20b40e.tar.gz
jquery-fe88534b29594fdd29354f8003745eecab20b40e.zip
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
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js3
1 files changed, 3 insertions, 0 deletions
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: "<config:lint.files>",
tasks: "concat lint"