diff --git a/gulpfile.js b/gulpfile.js index fcc189e9c877c..7d9ea3eeb79b1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1583,7 +1583,7 @@ gulp.task( gulp.task( "unittest", - gulp.series("testing-pre", "generic", "components", function () { + gulp.series("testing-pre", "generic", function () { return createTestSource("unit"); }) );