2025-01-24 18:04:54 +00:00
|
|
|
import GetCardsHelper from "../../../src/helpers/DropHelpers/GetCardsHelper";
|
|
|
|
|
2025-01-24 18:04:14 +00:00
|
|
|
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");
|
|
|
|
});
|