UNPKG

gulp-hint-web-reporter

Version:

Hint web reporter compatible with htmlhint, jshint, csslint and maybe others

10 lines (7 loc) 195 B
var gulp = require('gulp'), mocha = require('gulp-mocha'); gulp.task('test', function() { return gulp.src('./test/specs.js') .pipe(mocha()); }); gulp.task('default', ['test']);