actually fixed tests bc i'm stupid

This commit is contained in:
Bertie690 2025-07-23 18:02:45 -04:00
parent 888df6da0a
commit 3dafbf3ade

View File

@ -262,8 +262,10 @@ describe("Moves - Delayed Attacks", () => {
expectFutureSightActive(1);
game.move.use(MoveId.SPLASH);
await game.killPokemon(enemy2);
await passTurns(2);
await passTurns(1);
expectFutureSightActive(0);
expect(enemy1.hp).toBe(enemy1.getMaxHp());