mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update src/test/moves/retaliate.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2ed76e92cf
commit
fc8ecf9662
@ -43,7 +43,8 @@ describe("Moves - Retaliate", () => {
|
|||||||
|
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
game.move.select(Moves.RETALIATE);
|
game.move.select(Moves.RETALIATE);
|
||||||
await game.phaseInterceptor.to(MoveEffectPhase);
|
await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]);
|
||||||
|
await game.phaseInterceptor.to("MoveEffectPhase");
|
||||||
expect(retaliate.calculateBattlePower).toHaveReturnedWith(140);
|
expect(retaliate.calculateBattlePower).toHaveReturnedWith(140);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user