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
2670fdf81e
commit
678353c635
@ -117,6 +117,7 @@ describe("Moves - Fairy Lock", () => {
|
||||
expect(game.scene.getPlayerField()[0].species.speciesId).not.toBe(Species.KLEFKI);
|
||||
expect(game.scene.getPlayerField()[1].species.speciesId).not.toBe(Species.TYRUNT);
|
||||
});
|
||||
|
||||
it("If a Pokemon faints and is replaced the replacement is also trapped", async () => {
|
||||
game.override.moveset([ Moves.FAIRY_LOCK, Moves.SPLASH, Moves.MEMENTO ]);
|
||||
await game.classicMode.startBattle([ Species.KLEFKI, Species.GUZZLORD, Species.TYRUNT, Species.ZYGARDE ]);
|
||||
|
Loading…
Reference in New Issue
Block a user