We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672701a commit 3d822afCopy full SHA for 3d822af
grunt.js
@@ -86,7 +86,7 @@ module.exports = function( grunt ) {
86
lint: {
87
dist: "dist/jquery.js",
88
grunt: "grunt.js",
89
- tests: "tests/unit/**/*.js"
+ tests: "test/unit/**/*.js"
90
},
91
92
jshint: (function() {
0 commit comments