aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/grunt.js b/grunt.js
index f65812623..68e67cd2b 100644
--- 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"