mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Missed one
This commit is contained in:
parent
89b3580847
commit
ef3cf3b5aa
@ -53,8 +53,7 @@ describe("Moves - Telekinesis", () => {
|
||||
it("Telekinesis makes the affected airborne and immune to most Ground-moves", async () => {
|
||||
await game.classicMode.startBattle([ Species.MAGIKARP ]);
|
||||
|
||||
const enemyOpponent = game.scene.getEnemyPokemon();
|
||||
expect(enemyOpponent).toBeDefined();
|
||||
const enemyOpponent = game.scene.getEnemyPokemon()!;
|
||||
|
||||
game.move.select(Moves.TELEKINESIS);
|
||||
await game.phaseInterceptor.to("TurnEndPhase");
|
||||
|
Loading…
Reference in New Issue
Block a user