Skip to content

Commit

Permalink
Grunt: Add qunit target. Currently finishes with 33/5510 assertions f…
Browse files Browse the repository at this point in the history
…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.
3 changes: 3 additions & 0 deletions grunt.js
Expand Up @@ -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"
Expand Down

0 comments on commit fe88534

Please sign in to comment.