From ea841574af28ff456bbcc4d5a7e17d956fd5edab Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:44:17 -0800 Subject: [PATCH] Revert "skip some clowning-around-encounter tests if events are active" This reverts commit a97dafe8b2479e9b2ddd49d4dc9710814d7c7b67. --- .../encounters/clowning-around-encounter.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts b/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts index 0f449e405e9..7ea1f883bd1 100644 --- a/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts +++ b/src/test/mystery-encounter/encounters/clowning-around-encounter.test.ts @@ -32,7 +32,6 @@ import { CommandPhase } from "#app/phases/command-phase"; import { MovePhase } from "#app/phases/move-phase"; import { SelectModifierPhase } from "#app/phases/select-modifier-phase"; import { NewBattlePhase } from "#app/phases/new-battle-phase"; -import { TimedEventManager } from "#app/timed-event-manager"; const namespace = "mysteryEncounters/clowningAround"; const defaultParty = [ Species.LAPRAS, Species.GENGAR, Species.ABRA ]; @@ -225,7 +224,6 @@ describe("Clowning Around - Mystery Encounter", () => { }); describe("Option 2 - Remain Unprovoked", () => { - it("should have the correct properties", () => { const option = ClowningAroundEncounter.options[1]; expect(option.optionMode).toBe(MysteryEncounterOptionMode.DEFAULT); @@ -249,7 +247,7 @@ describe("Clowning Around - Mystery Encounter", () => { }); }); - it.skipIf(new TimedEventManager().isEventActive())("should randomize held items of the Pokemon with the most items, and not the held items of other pokemon", async () => { + it("should randomize held items of the Pokemon with the most items, and not the held items of other pokemon", async () => { await game.runToMysteryEncounter(MysteryEncounterType.CLOWNING_AROUND, defaultParty); // Set some moves on party for attack type booster generation