mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 23:50:45 +00:00
refactor(config): migrate plugin config access
This commit is contained in:
@@ -127,6 +127,7 @@ vi.mock("../runtime.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../config/config.js", () => ({
|
||||
getRuntimeConfig: mocks.loadConfig as typeof import("../config/config.js").getRuntimeConfig,
|
||||
loadConfig: mocks.loadConfig as typeof import("../config/config.js").loadConfig,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user