Skip to content
Permalink
Browse files
Grunt: Add qunit target. Currently finishes with 33/5510 assertions f…
…ailing. If that can be made to pass, it should be added to the default task
  • Loading branch information
jzaefferer committed May 9, 2012
1 parent 38fe2de commit fe88534
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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"

0 comments on commit fe88534

Please sign in to comment.