mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Stop running gulp components
as part of the unit-tests
The `gulp components` task is only necessary when running the reference-tests, since they use the `SimpleLinkService` during the `annotationLayer` sub-tests. However, unit-tests don't actually use any part of the `gulp components` build, and we can thus reduce the overall runtime of the standalone unit-tests by not building unnecessary files.
This commit is contained in:
parent
1c8ead133a
commit
175793b1cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue