aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 6d885e597..93ef7badd 100644
--- a/grunt.js
+++ b/grunt.js
@@ -86,7 +86,7 @@ module.exports = function( grunt ) {
lint: {
dist: "dist/jquery.js",
grunt: "grunt.js",
- tests: "tests/unit/**/*.js"
+ tests: "test/unit/**/*.js"
},
jshint: (function() {