card-drop/tests/helpers/DropHelpers/GetCardsHelper.test.ts
2025-01-24 18:04:54 +00:00

9 lines
No EOL
450 B
TypeScript

import GetCardsHelper from "../../../src/helpers/DropHelpers/GetCardsHelper";
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");
});