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

This commit is contained in:
Jörn Zaefferer 2012-05-09 09:34:00 +02:00
parent 38fe2deab5
commit fe88534b29

View File

@ -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"