mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-08 16:39:26 +02:00
Improve formatting in the "Court Change" move unit test
This commit is contained in:
parent
e5cbb55ef0
commit
9126849713
@ -34,8 +34,8 @@ describe("Move - Court Change", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("should swap combined Pledge effects to the opposite side", async () => {
|
it("should swap combined Pledge effects to the opposite side", async () => {
|
||||||
game.override.battleStyle("double");
|
game.override.battleStyle("double");
|
||||||
await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]);
|
await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]);
|
||||||
const regieleki = game.field.getPlayerPokemon();
|
const regieleki = game.field.getPlayerPokemon();
|
||||||
const enemyPokemon = game.field.getEnemyPokemon();
|
const enemyPokemon = game.field.getEnemyPokemon();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user