Skip to content

Commit

Permalink
Merge pull request #600 from admc/isaac-fix-gulp
Browse files Browse the repository at this point in the history
fix: naming of tasks in gulp tasks
  • Loading branch information
admc authored Nov 6, 2019
2 parents bdcb8cc + cd86956 commit cf53544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ gulp.task('test:e2e', function() {
});

gulp.task('test', function() {
var seq = ['lint', 'test-unit', 'test-midway-multi'];
var seq = ['lint', 'test:unit', 'test:midway:multi'];
_(BROWSERS).each(function(browser) {
seq.push(`test:midway:${browser}`, `test:e2e:${browser}`);
});
Expand Down

0 comments on commit cf53544

Please sign in to comment.