mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-02 04:41:11 +00:00
test: fix manifest registry fixture typing
This commit is contained in:
@@ -106,7 +106,10 @@ describe("resolvePluginWebSearchProviders", () => {
|
||||
configUiHints: { unrelated: { label: "nope" } },
|
||||
},
|
||||
],
|
||||
} as ManifestRegistryModule["loadPluginManifestRegistry"] extends (...args: any[]) => infer R
|
||||
diagnostics: [],
|
||||
} as ManifestRegistryModule["loadPluginManifestRegistry"] extends (
|
||||
...args: unknown[]
|
||||
) => infer R
|
||||
? R
|
||||
: never);
|
||||
const loaderModule = await import("./loader.js");
|
||||
|
||||
Reference in New Issue
Block a user