mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
update unit test
This commit is contained in:
parent
cbba6bc2cf
commit
711f617713
@ -48,8 +48,6 @@ 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.phaseInterceptor.to(MoveEffectPhase);
|
||||||
const cobalion = game.scene.getPlayerPokemon()!;
|
|
||||||
expect(cobalion.name).equals("Cobalion");
|
|
||||||
expect(retaliate.calculateBattlePower).toHaveReturnedWith(140);
|
expect(retaliate.calculateBattlePower).toHaveReturnedWith(140);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user