mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
why
This commit is contained in:
parent
c1c8af5f6c
commit
ba0ae7c51b
@ -58,7 +58,7 @@ describe("Moves - Aroma Veil", () => {
|
|||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
expect(game.scene.arena.getTag(ArenaTagType.IMPRISON)).toBeDefined();
|
expect(game.scene.arena.getTag(ArenaTagType.IMPRISON)).toBeDefined();
|
||||||
for (const pokemon in party) {
|
for (const pokemon in party) {
|
||||||
expect(pokemon).getTag(BattlerTagType.IMPRISON).toBeDefined();
|
expect(pokemon.getTag(BattlerTagType.IMPRISON)).toBeDefined();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user