fix(e2e): keep doctor loader mock current

This commit is contained in:
Vincent Koc
2026-05-27 18:57:08 +02:00
parent 930d9f63ad
commit 11dfef201f
+2
View File
@@ -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,
}));