updated todo tests

This commit is contained in:
geeil-han 2025-01-28 20:49:30 +01:00
parent 65c7e3141e
commit 955e3292c0

View File

@ -108,7 +108,7 @@ describe("Moves - Last Respects", () => {
* The following 3 tests do not switch out Pokemon 0 after it uses Explosion.
* The tests get stuck after the SelectModifierPhase.
*/
it("should maintain its power during next battle if it is within the same arena encounter", async () => {
it.todo("should maintain its power during next battle if it is within the same arena encounter", async () => {
game.override
.enemySpecies(Species.MAGIKARP)
.startingWave(1)