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 () => {
|
it("Telekinesis makes the affected airborne and immune to most Ground-moves", async () => {
|
||||||
await game.classicMode.startBattle([ Species.MAGIKARP ]);
|
await game.classicMode.startBattle([ Species.MAGIKARP ]);
|
||||||
|
|
||||||
const enemyOpponent = game.scene.getEnemyPokemon();
|
const enemyOpponent = game.scene.getEnemyPokemon()!;
|
||||||
expect(enemyOpponent).toBeDefined();
|
|
||||||
|
|
||||||
game.move.select(Moves.TELEKINESIS);
|
game.move.select(Moves.TELEKINESIS);
|
||||||
await game.phaseInterceptor.to("TurnEndPhase");
|
await game.phaseInterceptor.to("TurnEndPhase");
|
||||||
|
Loading…
Reference in New Issue
Block a user