diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index c5b85f2d27..1f74adbd5d 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -94,7 +94,7 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (cb) => { cb(); } ); - pipe(runner) + pipe(runner); }); gulp.task('test:api:clean', (cb) => {