mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-18 02:07:44 +00:00
PR Feedback
This commit is contained in:
parent
5a24435047
commit
7190277f79
@ -69,7 +69,7 @@ describe("Global Trade System - Mystery Encounter", () => {
|
|||||||
expect(GlobalTradeSystemEncounter.options.length).toBe(4);
|
expect(GlobalTradeSystemEncounter.options.length).toBe(4);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should not freeze when generating trade options for extreme BST non-legendaries", async () => {
|
it("should not loop infinitely when generating trade options for extreme BST non-legendaries", async () => {
|
||||||
const extremeBstTeam = [Species.SLAKING, Species.WISHIWASHI, Species.SUNKERN];
|
const extremeBstTeam = [Species.SLAKING, Species.WISHIWASHI, Species.SUNKERN];
|
||||||
await game.runToMysteryEncounter(MysteryEncounterType.GLOBAL_TRADE_SYSTEM, extremeBstTeam);
|
await game.runToMysteryEncounter(MysteryEncounterType.GLOBAL_TRADE_SYSTEM, extremeBstTeam);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user