diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-05-09 09:34:00 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-05-09 09:34:12 +0200 |
commit | fe88534b29594fdd29354f8003745eecab20b40e (patch) | |
tree | f5248b69e7183771144908b266e0e6e303d33dc4 /grunt.js | |
parent | 38fe2deab51f5230fff899950fc35aaac4d6a859 (diff) | |
download | jquery-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.js | 3 |
1 files changed, 3 insertions, 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" |