chore: remove unused internal barrels

This commit is contained in:
Peter Steinberger
2026-04-29 10:23:38 +01:00
parent fa8a7d70ee
commit 3b10b8cf74
10 changed files with 2 additions and 206 deletions

View File

@@ -188,10 +188,6 @@ vi.mock("../commands/models/auth.js", () => ({
modelsAuthLoginCommand: vi.fn(),
}));
vi.mock("../commands/models/list.js", () => ({
modelsStatusCommand:
mocks.modelsStatusCommand as typeof import("../commands/models/list.js").modelsStatusCommand,
}));
vi.mock("../commands/models/list.status-command.js", () => ({
modelsStatusCommand:
mocks.modelsStatusCommand as typeof import("../commands/models/list.status-command.js").modelsStatusCommand,