mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(e2e): keep doctor loader mock current
This commit is contained in:
@@ -247,8 +247,10 @@ vi.mock("../agents/skills-status.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../plugins/loader.js", () => ({
|
||||
getRuntimePluginRegistryForLoadOptions: () => null,
|
||||
isPluginRegistryLoadInFlight: () => false,
|
||||
loadOpenClawPlugins: () => createEmptyPluginRegistry(),
|
||||
resolveCompatibleRuntimePluginRegistry: () => null,
|
||||
resolveRuntimePluginRegistry: () => null,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user