This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 547d5051aa test(frontend): add unit tests for HubSearchResultComponent
(#6581)
new da3b2ffb29 test(frontend): add unit tests for PublicProjectComponent
(#6575)
new 2711521e2e test(frontend): add unit tests for UserProjectComponent
(#6574)
new 34508eabc6 test(frontend): add unit test coverage for
WorkflowResultExportService, WorkflowExecutionsService, and
areOperatorSchemasEqual (#6570)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../public-project.component.spec.ts | 187 +++++++++++++++
.../user-project/user-project.component.spec.ts | 262 +++++++++++++++++++++
.../workflow-executions.service.spec.ts | 94 +++++++-
.../workflow-result-export.service.spec.ts | 50 +++-
.../types/operator-schema.interface.spec.ts | 133 +++++++++++
5 files changed, 721 insertions(+), 5 deletions(-)
create mode 100644
frontend/src/app/dashboard/component/user/user-project/public-project/public-project.component.spec.ts
create mode 100644
frontend/src/app/dashboard/component/user/user-project/user-project.component.spec.ts
create mode 100644
frontend/src/app/workspace/types/operator-schema.interface.spec.ts