Skip to content

Commit edf5524

Browse files
committed
feat(gulp): separate reg and coverage server tests
1 parent 2dd7987 commit edf5524

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/app/gulpfile.babel(gulp).js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ gulp.task('test:server', cb => {
442442
'env:test',
443443
'mocha:unit',
444444
'mocha:integration',
445-
'mocha:coverage',
446445
cb);
447446
});
448447

@@ -456,7 +455,7 @@ gulp.task('mocha:integration', () => {
456455
.pipe(mocha());
457456
});
458457

459-
gulp.task('mocha:coverage', cb => {
458+
gulp.task('test:server:coverage', cb => {
460459
runSequence('coverage:pre',
461460
'env:all',
462461
'env:test',

0 commit comments

Comments
 (0)