Updated unit tests

This commit is contained in:
Mason 2024-08-20 18:59:28 -04:00
parent 57d3072944
commit 8a53784453

View File

@ -197,7 +197,7 @@ describe("Moves - Rage", () => {
await game.toNextTurn();
expect(leadPokemon.summonData.battleStats[BattleStat.ATK]).toBe(1);
expect(leadPokemon.getTag(RageTag)).toBeTruthy;
},90000
},TIMEOUT
);
/**