Test Name change

This commit is contained in:
frutescens 2024-10-06 16:45:39 -07:00
parent 5de9ad2483
commit 3e520176e3

View File

@ -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();