7 lines
371 B
TypeScript
7 lines
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");
|
||
|
});
|