From 2670fdf81ef27bc3af68143c8dc1dfc5649a0891 Mon Sep 17 00:00:00 2001 From: muscode Date: Sun, 3 Nov 2024 12:23:22 -0600 Subject: [PATCH] give tests breathing room Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com> --- src/test/moves/fairy_lock.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/moves/fairy_lock.test.ts b/src/test/moves/fairy_lock.test.ts index 679b3523db8..05bed0b34db 100644 --- a/src/test/moves/fairy_lock.test.ts +++ b/src/test/moves/fairy_lock.test.ts @@ -64,6 +64,7 @@ describe("Moves - Fairy Lock", () => { expect(enemyField[0].isTrapped()).toEqual(false); expect(enemyField[1].isTrapped()).toEqual(false); }); + it("Ghost types can escape Fairy Lock", async () => { await game.classicMode.startBattle([ Species.DUSKNOIR, Species.GENGAR, Species.TYRUNT ]);