give tests breathing room

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-03 12:23:44 -06:00 committed by GitHub
parent 678353c635
commit e6aca6848e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ describe("Moves - Fairy Lock", () => {
expect(game.scene.getPlayerField()[1].species.speciesId).not.toBe(Species.GENGAR); expect(game.scene.getPlayerField()[1].species.speciesId).not.toBe(Species.GENGAR);
}); });
it("Phasing moves will still switch out", async () => { it("Phasing moves will still switch out", async () => {
game.override.enemyMoveset([ Moves.SPLASH, Moves.WHIRLWIND ]); game.override.enemyMoveset([ Moves.SPLASH, Moves.WHIRLWIND ]);
await game.classicMode.startBattle([ Species.KLEFKI, Species.TYRUNT, Species.ZYGARDE ]); await game.classicMode.startBattle([ Species.KLEFKI, Species.TYRUNT, Species.ZYGARDE ]);