fix(core): provide PluginHooks in plugin test layer (#35811)

This commit is contained in:
Dax 2026-07-07 20:03:41 -04:00 committed by GitHub
parent 4f976bcf1a
commit e1abf59c59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,7 @@ export const PluginTestLayer = AppNodeBuilder.build(
CommandV2.node,
Integration.node,
PluginRuntime.node,
PluginHooks.node,
Reference.node,
SkillV2.node,
ToolHooks.node,