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
3440d2d52f
commit
2670fdf81e
@ -64,6 +64,7 @@ describe("Moves - Fairy Lock", () => {
|
|||||||
expect(enemyField[0].isTrapped()).toEqual(false);
|
expect(enemyField[0].isTrapped()).toEqual(false);
|
||||||
expect(enemyField[1].isTrapped()).toEqual(false);
|
expect(enemyField[1].isTrapped()).toEqual(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Ghost types can escape Fairy Lock", async () => {
|
it("Ghost types can escape Fairy Lock", async () => {
|
||||||
await game.classicMode.startBattle([ Species.DUSKNOIR, Species.GENGAR, Species.TYRUNT ]);
|
await game.classicMode.startBattle([ Species.DUSKNOIR, Species.GENGAR, Species.TYRUNT ]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user