Update protean-libero.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-06-23 08:27:11 -04:00 committed by GitHub
parent b3664f86b3
commit dbf17ca540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,6 @@ describe("Abilities - Protean/Libero", () => {
game.override.passiveAbility(passive).enemySpecies(SpeciesId.SKARMORY);
await game.classicMode.startBattle([SpeciesId.MEOWSCARADA]);
// FOCUS MISS IS REAL CHAT
vi.spyOn(allMoves[MoveId.FOCUS_BLAST], "accuracy", "get").mockReturnValue(0);
const meow = game.field.getPlayerPokemon();