Re-enable fixed test

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
NightKev 2024-11-03 18:25:20 -08:00 committed by GitHub
parent 1d05582de2
commit 510ffd40ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -370,7 +370,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
expect(POOL_4_POKEMON.includes(enemyParty[4].species.speciesId)).toBe(true); expect(POOL_4_POKEMON.includes(enemyParty[4].species.speciesId)).toBe(true);
}); });
it.todo("should let the player learn a Bug move after battle ends", async () => { it("should let the player learn a Bug move after battle ends", async () => {
const selectOptionSpy = vi.spyOn(encounterPhaseUtils, "selectOptionThenPokemon"); const selectOptionSpy = vi.spyOn(encounterPhaseUtils, "selectOptionThenPokemon");
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty); await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
await runMysteryEncounterToEnd(game, 1, undefined, true); await runMysteryEncounterToEnd(game, 1, undefined, true);