Fix typo in grunt lint:tests

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-06-30 11:53:47 -07:00
parent 672701add1
commit 3d822afbe8

View File

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