Create use effect command #419

Merged
Vylpes merged 26 commits from feature/380-use-effect into develop 2025-01-25 17:29:01 +00:00
Showing only changes of commit d995d9505e - Show all commits

View file

@ -1,3 +1,5 @@
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");