mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
test(plugins): trim contract registry runtime fanout
This commit is contained in:
@@ -100,9 +100,10 @@ export function describeBundledWebSearchFastPathContract(pluginId: string) {
|
||||
origin: "bundled",
|
||||
onlyPluginIds: [pluginId],
|
||||
}).filter((provider) => provider.pluginId === pluginId);
|
||||
const pluginSdkResolution = process.env.VITEST ? "src" : "dist";
|
||||
const bundledProviderEntries = loadBundledCapabilityRuntimeRegistry({
|
||||
pluginIds: [pluginId],
|
||||
pluginSdkResolution: "dist",
|
||||
pluginSdkResolution,
|
||||
})
|
||||
.webSearchProviders.filter((entry) => entry.pluginId === pluginId)
|
||||
.map((entry) => ({
|
||||
|
||||
Reference in New Issue
Block a user