]> source.dussan.org Git - jquery.git/commitdiff
Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. If that...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Wed, 9 May 2012 07:34:00 +0000 (09:34 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Wed, 9 May 2012 07:34:12 +0000 (09:34 +0200)
grunt.js

index f65812623b66f0108ecd15e56d096ebacbd0bd4f..68e67cd2b4b0e550b37f707f7b829d5f2fd45102 100644 (file)
--- 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"