mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-08 00:19:29 +02:00
[Test] Add missing single battle override to CheckInterludePhase
test
This commit is contained in:
parent
10b9cfcdb0
commit
6ae2bd70cf
@ -28,7 +28,8 @@ describe("Check Biome End Phase", () => {
|
|||||||
.enemyMoveset(MoveId.SPLASH)
|
.enemyMoveset(MoveId.SPLASH)
|
||||||
.enemyAbility(AbilityId.BALL_FETCH)
|
.enemyAbility(AbilityId.BALL_FETCH)
|
||||||
.ability(AbilityId.BALL_FETCH)
|
.ability(AbilityId.BALL_FETCH)
|
||||||
.startingLevel(100);
|
.startingLevel(100)
|
||||||
|
.battleStyle("single");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should not trigger end of turn effects when defeating the final pokemon of a biome in classic", async () => {
|
it("should not trigger end of turn effects when defeating the final pokemon of a biome in classic", async () => {
|
Loading…
Reference in New Issue
Block a user