mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Removed leftover logging statement in bug type superfan test
This commit is contained in:
parent
831922c247
commit
70ca72aad5
@ -362,7 +362,6 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
|||||||
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);
|
||||||
await skipBattleRunMysteryEncounterRewardsPhase(game, false);
|
await skipBattleRunMysteryEncounterRewardsPhase(game, false);
|
||||||
console.log(game.promptHandler["prompts"]);
|
|
||||||
|
|
||||||
expect(game).toBeAtPhase("MysteryEncounterRewardsPhase");
|
expect(game).toBeAtPhase("MysteryEncounterRewardsPhase");
|
||||||
game.onNextPrompt("MysteryEncounterRewardsPhase", UiMode.OPTION_SELECT, () => {
|
game.onNextPrompt("MysteryEncounterRewardsPhase", UiMode.OPTION_SELECT, () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user