mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +02:00
Test Name change
This commit is contained in:
parent
5de9ad2483
commit
3e520176e3
@ -32,7 +32,7 @@ describe("Moves - Telekinesis", () => {
|
|||||||
.enemyMoveset(Moves.SPLASH);
|
.enemyMoveset(Moves.SPLASH);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("test case", async () => {
|
it("Telekinesis makes the affected airborne and vulnerable to most attacking moves regardless of accuracy", async () => {
|
||||||
await game.classicMode.startBattle([ Species.MAGIKARP ]);
|
await game.classicMode.startBattle([ Species.MAGIKARP ]);
|
||||||
|
|
||||||
const enemyOpponent = game.scene.getEnemyPokemon();
|
const enemyOpponent = game.scene.getEnemyPokemon();
|
||||||
|
Loading…
Reference in New Issue
Block a user