mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Update protean-libero.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
b3664f86b3
commit
dbf17ca540
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user