mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Updated unit tests
This commit is contained in:
parent
57d3072944
commit
8a53784453
@ -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;
|
||||||
},90000
|
},TIMEOUT
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user