Merge pull request #12761 from Snuffleupagus/unittest-no-components
Stop running `gulp components` as part of the unit-tests
This commit is contained in:
commit
c3730c177a
@ -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");
|
||||
})
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user