mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +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();
|
await game.toNextTurn();
|
||||||
game.doAttack(getMovePosition(game.scene, 0, Moves.SPLASH));
|
game.doAttack(getMovePosition(game.scene, 0, Moves.SPLASH));
|
||||||
console.log("ALLO1");
|
|
||||||
const snorlax = game.scene.getEnemyPokemon()!;
|
const snorlax = game.scene.getEnemyPokemon()!;
|
||||||
const cobalion = game.scene.getPlayerPokemon()!;
|
const cobalion = game.scene.getPlayerPokemon()!;
|
||||||
expect(cobalion.name).equals("Cobalion");
|
expect(cobalion.name).equals("Cobalion");
|
||||||
|
Loading…
Reference in New Issue
Block a user