WIP: Implement adding to the users inventory on confirm
Some checks failed
Test / build (push) Failing after 41s

This commit is contained in:
Ethan Lane 2025-03-05 19:05:10 +00:00
parent ad0d2aef08
commit 1f5a19f101
2 changed files with 32 additions and 0 deletions

View file

@ -244,6 +244,10 @@ describe("Confirm", () => {
expect(interaction.update).not.toHaveBeenCalled();
});
test.todo("GIVEN user is not found, EXPECT error");
test.todo("GIVEN user does not have enough currency, EXPECT error");
test("GIVEN GenerateEffectBuyEmbed returns with a string, EXPECT error replied", async () => {
// Assert
interaction.customId += " id 1";