mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 08:59:29 +02:00
actually fixed tests bc i'm stupid
This commit is contained in:
parent
888df6da0a
commit
3dafbf3ade
@ -262,8 +262,10 @@ describe("Moves - Delayed Attacks", () => {
|
|||||||
|
|
||||||
expectFutureSightActive(1);
|
expectFutureSightActive(1);
|
||||||
|
|
||||||
|
game.move.use(MoveId.SPLASH);
|
||||||
await game.killPokemon(enemy2);
|
await game.killPokemon(enemy2);
|
||||||
await passTurns(2);
|
|
||||||
|
await passTurns(1);
|
||||||
|
|
||||||
expectFutureSightActive(0);
|
expectFutureSightActive(0);
|
||||||
expect(enemy1.hp).toBe(enemy1.getMaxHp());
|
expect(enemy1.hp).toBe(enemy1.getMaxHp());
|
||||||
|
Loading…
Reference in New Issue
Block a user