Cleanup tests

This commit is contained in:
Zach Day 2024-06-16 02:32:49 -04:00
parent bab7355a34
commit a1a795e082

View File

@ -94,7 +94,4 @@ describe("Abilities - Damp", () => {
expect(game.phaseInterceptor.log).toContain("ShowAbilityPhase");
}, TIMEOUT);
// TODO Test some of the other AbAttrs that use `args`
// BattlerTagImmunityAbAttr, StatusEffectImmunityAbAttr
});