Skip to content

Commit 95877aa

Browse files
committed
fix gulp
1 parent fb5304e commit 95877aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/development.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gulp.task('dev:eslint', function () {
1616
});
1717

1818
gulp.task('dev:mocha', () => {
19-
gulp.src('test/*-test.js')
19+
return gulp.src('test/*-test.js')
2020
.pipe(plugins.plumber())
2121
.pipe(plugins.mocha());
2222
});

0 commit comments

Comments
 (0)