mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 03:52:42 +00:00
fix(test): complete gateway plugin registry mock
This commit is contained in:
@@ -6,6 +6,8 @@ export const registryState: { registry: PluginRegistry } = {
|
|||||||
registry: {
|
registry: {
|
||||||
plugins: [],
|
plugins: [],
|
||||||
tools: [],
|
tools: [],
|
||||||
|
hooks: [],
|
||||||
|
typedHooks: [],
|
||||||
channels: [],
|
channels: [],
|
||||||
providers: [],
|
providers: [],
|
||||||
gatewayHandlers: {},
|
gatewayHandlers: {},
|
||||||
@@ -13,6 +15,7 @@ export const registryState: { registry: PluginRegistry } = {
|
|||||||
httpRoutes: [],
|
httpRoutes: [],
|
||||||
cliRegistrars: [],
|
cliRegistrars: [],
|
||||||
services: [],
|
services: [],
|
||||||
|
commands: [],
|
||||||
diagnostics: [],
|
diagnostics: [],
|
||||||
} as PluginRegistry,
|
} as PluginRegistry,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user