Untodo ability remval test

This commit is contained in:
Dean 2025-02-19 13:51:24 -08:00
parent 4e0aa49c32
commit 8c2be2c181

View File

@ -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);