mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:10:45 +00:00
test: align plugin install metadata fixtures
This commit is contained in:
@@ -326,6 +326,11 @@ vi.mock("../plugins/plugin-registry.js", () => ({
|
||||
invokeMock<unknown[], unknown>(loadPluginManifestRegistry, ...args)) as (
|
||||
...args: unknown[]
|
||||
) => unknown,
|
||||
loadPluginRegistrySnapshotWithMetadata: () => ({
|
||||
source: "derived",
|
||||
snapshot: { plugins: [] },
|
||||
diagnostics: [],
|
||||
}),
|
||||
inspectPluginRegistry: ((
|
||||
...args: Parameters<(typeof import("../plugins/plugin-registry.js"))["inspectPluginRegistry"]>
|
||||
) =>
|
||||
|
||||
Reference in New Issue
Block a user