fix(feishu): add getMessageId to streaming mock in tests

This commit is contained in:
Claude Code Agent 2026-03-21 10:58:30 +08:00
parent c0cead3063
commit 4bb09f972e

View File

@ -41,6 +41,7 @@ vi.mock("./streaming-card.js", async () => {
this.active = false;
});
isActive = vi.fn(() => this.active);
getMessageId = vi.fn(() => undefined);
constructor() {
streamingInstances.push(this);