Cleanup tests

This commit is contained in:
Zach Day 2024-06-16 02:32:49 -04:00
parent 221821291d
commit 36f567b627

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