mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Update src/test/abilities/wimp_out.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
524fe709f6
commit
d94ae9f63c
@ -657,8 +657,7 @@ describe("Abilities - Wimp Out", () => {
|
|||||||
expect(wimpod0.isFainted()).toBe(false);
|
expect(wimpod0.isFainted()).toBe(false);
|
||||||
expect(wimpod1.isFainted()).toBe(true);
|
expect(wimpod1.isFainted()).toBe(true);
|
||||||
|
|
||||||
game.doSelectModifier();
|
await game.toNextWave();
|
||||||
await game.phaseInterceptor.to("TurnInitPhase");
|
|
||||||
expect(game.scene.currentBattle.waveIndex).toBe(wave + 1);
|
expect(game.scene.currentBattle.waveIndex).toBe(wave + 1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user