소스 검색

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

Dax 1 개월 전
부모
커밋
e1abf59c59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/core/test/plugin/fixture.ts

+ 1 - 0
packages/core/test/plugin/fixture.ts

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