diff --git a/gulpfile.js b/gulpfile.js index 48299e81..79a79811 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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}`); });