summaryrefslogtreecommitdiffstats
path: root/js/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r--js/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index 44b7776e5..9dece784b 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -77,7 +77,7 @@ gulp.task('watch-karma', (done) => {
});
gulp.task('phpunit', () => {
- gulp.src(phpSources)
+ return gulp.src(phpSources)
.pipe(phpunit('phpunit', {
configurationFile: phpunitConfig
}));