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
e120a43c28
commit
8bc44baa3a
@ -62,7 +62,8 @@ describe("Move - Court Change", () => {
|
||||
await game.toNextTurn();
|
||||
|
||||
// Ninjask will not be poisoned because of Safeguard
|
||||
expect(ninjask.status?.effect).not.toBe(StatusEffect.POISON);
|
||||
expect(game.scene.arena.getTagOnSide(ArenaTagType.SAFEGUARD, ArenaTagSide.PLAYER)).toBeDefined();
|
||||
expect(ninjask.status?.effect).toBeUndefined();
|
||||
|
||||
game.move.use(MoveId.COURT_CHANGE);
|
||||
await game.toEndOfTurn();
|
||||
|
Loading…
Reference in New Issue
Block a user