9 lines
No EOL
450 B
TypeScript
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");
|
|
}); |