mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 23:20:44 +00:00
chore: remove unused internal barrels
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user