Skip to content

Commit 3d822af

Browse files
committed
Fix typo in grunt lint:tests
Signed-off-by: Rick Waldron <[email protected]>
1 parent 672701a commit 3d822af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = function( grunt ) {
8686
lint: {
8787
dist: "dist/jquery.js",
8888
grunt: "grunt.js",
89-
tests: "tests/unit/**/*.js"
89+
tests: "test/unit/**/*.js"
9090
},
9191

9292
jshint: (function() {

0 commit comments

Comments
 (0)