fix(feishu): add getMessageId to streaming mock in tests
This commit is contained in:
parent
c0cead3063
commit
4bb09f972e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user