mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-30 15:08:20 +01:00
Fixed test
This commit is contained in:
parent
3707c00e20
commit
745714ea28
@ -167,7 +167,10 @@ describe("Abilities - Harvest", () => {
|
|||||||
await game.phaseInterceptor.to("TurnEndPhase");
|
await game.phaseInterceptor.to("TurnEndPhase");
|
||||||
|
|
||||||
// recovered a starf
|
// recovered a starf
|
||||||
expectBerriesContaining({ name: "BERRY", type: BerryType.STARF, count: 3 });
|
expectBerriesContaining(
|
||||||
|
{ name: "BERRY", type: BerryType.LUM, count: 2 },
|
||||||
|
{ name: "BERRY", type: BerryType.STARF, count: 3 },
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("does nothing if all berries are capped", async () => {
|
it("does nothing if all berries are capped", async () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user