mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1583,7 +1583,7 @@ gulp.task(
|
||||||
|
|
||||||
gulp.task(
|
gulp.task(
|
||||||
"unittest",
|
"unittest",
|
||||||
gulp.series("testing-pre", "generic", "components", function () {
|
gulp.series("testing-pre", "generic", function () {
|
||||||
return createTestSource("unit");
|
return createTestSource("unit");
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue