perf: trim feishu extension tests · openclaw/openclaw@efd5eb2
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,10 +5,10 @@ vi.mock("@larksuiteoapi/node-sdk", () => {
|
5 | 5 | }); |
6 | 6 | |
7 | 7 | describe("feishu setup entry", () => { |
8 | | -it("loads the setup plugin without importing Feishu runtime dependencies", async () => { |
| 8 | +it("declares the setup entry without importing Feishu runtime dependencies", async () => { |
9 | 9 | const { default: setupEntry } = await import("./setup-entry.js"); |
10 | 10 | |
11 | 11 | expect(setupEntry.kind).toBe("bundled-channel-setup-entry"); |
12 | | -expect(setupEntry.loadSetupPlugin({ installRuntimeDeps: false })?.id).toBe("feishu"); |
| 12 | +expect(typeof setupEntry.loadSetupPlugin).toBe("function"); |
13 | 13 | }); |
14 | 14 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。