mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-18 21:39:28 +02:00
Re-enable fixed test
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
parent
1d05582de2
commit
510ffd40ee
@ -370,7 +370,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
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");
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
Loading…
Reference in New Issue
Block a user