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 d1ac3a3eaf fix(file-service): reject invalid or duplicate dataset 
renames (#6426)
     new b943852992 test(frontend): add unit tests for UserQuotaService (#6465)
     new 16b917c453 test(frontend): add unit tests for 
ComputingUnitActionsService (#6468)
     new fb28f08968 test(frontend): add unit tests for FlarumService (#6462)
     new c0774be987 test(frontend): add unit tests for PanelService (#6461)

The 4 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:
 .../computing-unit-actions.service.spec.ts         | 161 +++++++++++++++++++++
 .../service/user/flarum/flarum.service.spec.ts     | 118 +++++++++++++++
 .../service/user/quota/user-quota.service.spec.ts  | 125 ++++++++++++++++
 .../workspace/service/panel/panel.service.spec.ts  |  95 ++++++++++++
 4 files changed, 499 insertions(+)
 create mode 100644 
frontend/src/app/common/service/computing-unit/computing-unit-actions/computing-unit-actions.service.spec.ts
 create mode 100644 
frontend/src/app/dashboard/service/user/flarum/flarum.service.spec.ts
 create mode 100644 
frontend/src/app/dashboard/service/user/quota/user-quota.service.spec.ts
 create mode 100644 
frontend/src/app/workspace/service/panel/panel.service.spec.ts

Reply via email to