mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Update src/test/moves/retaliate.test.ts (delete log)
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2ab51dbb96
commit
b4c3bf2116
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user