mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Update test/moves/court-change.test.ts
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
parent
9126849713
commit
e120a43c28
@ -68,6 +68,8 @@ describe("Move - Court Change", () => {
|
|||||||
await game.toEndOfTurn();
|
await game.toEndOfTurn();
|
||||||
|
|
||||||
// Ninjask should now be poisoned due to lack of Safeguard
|
// Ninjask should now be poisoned due to lack of Safeguard
|
||||||
|
expect(game.scene.arena.getTagOnSide(ArenaTagType.SAFEGUARD, ArenaTagSide.PLAYER)).toBeUndefined();
|
||||||
|
expect(game.scene.arena.getTagOnSide(ArenaTagType.SAFEGUARD, ArenaTagSide.ENEMY)).toBeDefined();
|
||||||
expect(ninjask.status?.effect).toBe(StatusEffect.POISON);
|
expect(ninjask.status?.effect).toBe(StatusEffect.POISON);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user