Skip to content

Commit 92ee21d

Browse files
committed
Add jshint to tests
1 parent 49536bb commit 92ee21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = function(grunt) {
171171

172172
// Whenever the "test" task is run, first clean the "tmp" dir, then run this
173173
// plugin's task(s), then test the result.
174-
grunt.registerTask('test', ['clean', 'concat', 'nodeunit']);
174+
grunt.registerTask('test', ['jshint', 'clean', 'concat', 'nodeunit']);
175175

176176
// By default, lint and run all tests.
177177
grunt.registerTask('default', ['jshint', 'test', 'build-contrib']);

0 commit comments

Comments
 (0)