mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +02:00
give tests breathing room
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
This commit is contained in:
parent
678353c635
commit
e6aca6848e
@ -91,6 +91,7 @@ describe("Moves - Fairy Lock", () => {
|
||||
|
||||
expect(game.scene.getPlayerField()[1].species.speciesId).not.toBe(Species.GENGAR);
|
||||
});
|
||||
|
||||
it("Phasing moves will still switch out", async () => {
|
||||
game.override.enemyMoveset([ Moves.SPLASH, Moves.WHIRLWIND ]);
|
||||
await game.classicMode.startBattle([ Species.KLEFKI, Species.TYRUNT, Species.ZYGARDE ]);
|
||||
|
Loading…
Reference in New Issue
Block a user