Lint.
This commit is contained in:
@@ -17,11 +17,6 @@ const modelRegistryState = {
|
||||
models: [] as Array<Record<string, unknown>>,
|
||||
available: [] as Array<Record<string, unknown>>,
|
||||
};
|
||||
const discoverAuthStorage = vi.fn().mockReturnValue({});
|
||||
const discoverModels = vi.fn().mockReturnValue({
|
||||
getAll: () => modelRegistryState.models,
|
||||
getAvailable: () => modelRegistryState.available,
|
||||
});
|
||||
|
||||
vi.mock("../config/config.js", () => ({
|
||||
CONFIG_PATH: "/tmp/openclaw.json",
|
||||
|
||||
Reference in New Issue
Block a user