mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 08:52:17 +02:00
Merge branch 'rage' of https://github.com/ElizaAlex/pokerogue into rage
# Conflicts: # src/test/moves/rage.test.ts
This commit is contained in:
commit
57d3072944
@ -197,7 +197,7 @@ describe("Moves - Rage", () => {
|
|||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
expect(leadPokemon.summonData.battleStats[BattleStat.ATK]).toBe(1);
|
expect(leadPokemon.summonData.battleStats[BattleStat.ATK]).toBe(1);
|
||||||
expect(leadPokemon.getTag(RageTag)).toBeTruthy;
|
expect(leadPokemon.getTag(RageTag)).toBeTruthy;
|
||||||
},TIMEOUT
|
},90000
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user