We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b0c85 commit 3a36de1Copy full SHA for 3a36de1
1 file changed
server/gulpfile.js
@@ -198,7 +198,7 @@ gulp.task('server:bootstrap', function(done) {
198
});
199
200
gulp.task('ava:test:integration', function() {
201
- gulp.src(defaultAssets.server.test)
+ return gulp.src(defaultAssets.server.test)
202
// gulp-ava needs filepaths so you can't have any plugins before it
203
.pipe(plugins.ava({verbose: true}))
204
.on('error', function(err) {
0 commit comments