mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
Fixed bug
This commit is contained in:
parent
dad812df63
commit
7478e5d6f3
@ -128,7 +128,7 @@ describe("Test Battle Phase", () => {
|
||||
|
||||
it("start battle with selected team", async () => {
|
||||
await game.classicMode.startBattle([SpeciesId.CHARIZARD, SpeciesId.CHANSEY, SpeciesId.MEW]);
|
||||
expect(game.scene.getPlayerParty().map(p => p.species.speciesId)).toBe([
|
||||
expect(game.scene.getPlayerParty().map(p => p.species.speciesId)).toEqual([
|
||||
SpeciesId.CHARIZARD,
|
||||
SpeciesId.CHANSEY,
|
||||
SpeciesId.MEW,
|
||||
|
Loading…
Reference in New Issue
Block a user