mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix(test): add StringSelectMenu to @buape/carbon mock
This commit is contained in:
@@ -18,6 +18,7 @@ vi.mock("@buape/carbon", () => ({
|
||||
MessageReactionRemoveListener: class {},
|
||||
PresenceUpdateListener: class {},
|
||||
Row: class {},
|
||||
StringSelectMenu: class {},
|
||||
}));
|
||||
|
||||
vi.mock("../auto-reply/dispatch.js", async (importOriginal) => {
|
||||
|
||||
Reference in New Issue
Block a user