Lint.
This commit is contained in:
parent
67945e8d62
commit
a00e0bc189
1 changed files with 0 additions and 5 deletions
|
|
@ -17,11 +17,6 @@ const modelRegistryState = {
|
||||||
models: [] as Array<Record<string, unknown>>,
|
models: [] as Array<Record<string, unknown>>,
|
||||||
available: [] 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", () => ({
|
vi.mock("../config/config.js", () => ({
|
||||||
CONFIG_PATH: "/tmp/openclaw.json",
|
CONFIG_PATH: "/tmp/openclaw.json",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue