WIP: Start creating tests for confirmation button event
Some checks failed
Test / build (push) Failing after 39s

This commit is contained in:
Ethan Lane 2025-02-19 18:40:59 +00:00
parent 416e30c042
commit f745fdfbca
4 changed files with 95 additions and 5 deletions

View file

@ -17,5 +17,7 @@ export default function GenerateButtonInteractionMock(): ButtonInteraction {
id: "userId",
},
customId: "customId",
update: jest.fn(),
reply: jest.fn(),
};
}