mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-04 13:49:32 +02:00
remove: leftover TIMEOUT
in boss-pokemon.test
This commit is contained in:
parent
833633c953
commit
c802061b09
@ -216,7 +216,7 @@ describe("Boss Pokemon / Shields", () => {
|
|||||||
expect(enemyPokemon.hp).toBe(1);
|
expect(enemyPokemon.hp).toBe(1);
|
||||||
expect(getTotalStatStageBoosts(enemyPokemon)).toBe(1);
|
expect(getTotalStatStageBoosts(enemyPokemon)).toBe(1);
|
||||||
|
|
||||||
}, TIMEOUT);
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the sum of the effective stat stage boosts for the given Pokemon
|
* Gets the sum of the effective stat stage boosts for the given Pokemon
|
||||||
|
Loading…
Reference in New Issue
Block a user