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() {