Skip to content

Commit ae2044a

Browse files
committed
update gulp test pattern
1 parent 561df24 commit ae2044a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gulp.task('coverage', ['eslint'], function() {
1313
});
1414

1515
gulp.task('mocha', ['coverage'], function() {
16-
return gulp.src('test/*.js')
16+
return gulp.src('test/{integration/,}*.js')
1717
.pipe(mocha({reporter: 'spec'}))
1818
.pipe(istanbul.writeReports())
1919
.pipe(istanbul.writeReports({

0 commit comments

Comments
 (0)