Skip to content

Commit 3c3cc38

Browse files
committed
Fix gulp task
1 parent 48fcb3c commit 3c3cc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var espower = require('gulp-espower');
55
var mocha = require('gulp-mocha');
66

77
gulp.task('test', function() {
8-
gulp.src(['test/**/*.js'])
8+
return gulp.src(['test/**/*.js'])
99
.pipe(espower())
1010
.pipe(mocha());
1111
});

0 commit comments

Comments
 (0)