Update src/test/moves/retaliate.test.ts (delete log)

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2024-08-14 16:44:04 +02:00 committed by GitHub
parent 2ab51dbb96
commit b4c3bf2116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,6 @@ describe("Moves - Retaliate", () => {
await game.toNextTurn();
game.doAttack(getMovePosition(game.scene, 0, Moves.SPLASH));
console.log("ALLO1");
const snorlax = game.scene.getEnemyPokemon()!;
const cobalion = game.scene.getPlayerPokemon()!;
expect(cobalion.name).equals("Cobalion");