WIP: Start creating tests for confirmation button event
Some checks failed
Test / build (push) Failing after 39s
Some checks failed
Test / build (push) Failing after 39s
This commit is contained in:
parent
416e30c042
commit
f745fdfbca
4 changed files with 95 additions and 5 deletions
|
@ -17,5 +17,7 @@ export default function GenerateButtonInteractionMock(): ButtonInteraction {
|
|||
id: "userId",
|
||||
},
|
||||
customId: "customId",
|
||||
update: jest.fn(),
|
||||
reply: jest.fn(),
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue