Copilot commented on code in PR #7424:
URL: https://github.com/apache/texera/pull/7424#discussion_r3740564960
##########
frontend/src/app/dashboard/component/user/user-workflow/user-workflow-list-item/user-workflow-list-item.component.spec.ts:
##########
@@ -42,6 +42,9 @@ import { DashboardEntry } from
"../../../../type/dashboard-entry";
import { NzTooltipModule } from "ng-zorro-antd/tooltip";
import { commonTestProviders } from "../../../../../common/testing/test-utils";
import type { Mocked } from "vitest";
+import { NzTooltipDirective } from "ng-zorro-antd/tooltip";
+import { GuiConfigService } from
"../../../../../common/service/gui-config.service";
+import { MockGuiConfigService } from
"../../../../../common/service/gui-config.service.mock";
Review Comment:
Duplicate imports from the same ng-zorro tooltip module add noise; these can
be merged into a single import to keep the spec’s import section tidy.
This issue also appears on line 451 of the same file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]