card-drop/tests/helpers/DropHelpers/GetCardsHelper.test.ts

7 lines
No EOL
371 B
TypeScript

describe("FetchCard", () => {
test.todo("GIVEN user has the unclaimed effect AND unused chance is within constraint, EXPECT unclaimed card returned");
test.todo("GIVEN user has unclaimed effect AND unused chance is NOT within constraint, EXPECT random card returned");
test.todo("GIVEN user does NOT have unclaimed effect, EXPECT random card returned");
});