jshint the tests
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ gulp.task('test', ['build'], function() {
|
||||
});
|
||||
|
||||
gulp.task('lint', function() {
|
||||
return gulp.src('./src/**/*.js')
|
||||
return gulp.src(['./src/**/*.js', './test/unit/*.js'])
|
||||
.pipe(jshint())
|
||||
.pipe(jshint.reporter('default'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user