mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:50:45 +00:00
test: route extension tests through sdk subpaths
This commit is contained in:
@@ -10,7 +10,7 @@ const mocks = vi.hoisted(() => ({
|
||||
resolveMemoryWikiConfig: vi.fn(),
|
||||
}));
|
||||
|
||||
vi.mock("../../src/config/config.js", () => ({
|
||||
vi.mock("openclaw/plugin-sdk/config-runtime", () => ({
|
||||
getRuntimeConfig: mocks.loadConfig,
|
||||
loadConfig: mocks.loadConfig,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user