mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 07:42:25 +02:00
Untodo ability remval test
This commit is contained in:
parent
4e0aa49c32
commit
8c2be2c181
@ -68,7 +68,7 @@ describe("Abilities - Neutralizing Gas", () => {
|
||||
expect(game.scene.getPlayerPokemon()?.getStatStage(Stat.ATK)).toBe(0);
|
||||
});
|
||||
|
||||
it.todo("should activate other abilities when removed", async () => {
|
||||
it("should activate other abilities when removed", async () => {
|
||||
game.override.enemyAbility(Abilities.INTIMIDATE)
|
||||
.enemyMoveset(Moves.ENTRAINMENT);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user