mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 22:50:44 +00:00
test: align manifest hot path fixtures
This commit is contained in:
@@ -32,7 +32,9 @@ const mocks = vi.hoisted(() => ({
|
||||
() => createEmptyMockManifestRegistry(),
|
||||
),
|
||||
loadBundledCapabilityRuntimeRegistry: vi.fn(),
|
||||
loadPluginRegistrySnapshot: vi.fn(() => ({ plugins: [] })),
|
||||
loadPluginRegistrySnapshot: vi.fn<() => { plugins: Array<Record<string, unknown>> }>(() => ({
|
||||
plugins: [],
|
||||
})),
|
||||
withBundledPluginAllowlistCompat: vi.fn(
|
||||
({ config, pluginIds }: { config?: OpenClawConfig; pluginIds: string[] }) =>
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user