mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 19:52:27 +02:00
updated todo tests
This commit is contained in:
parent
65c7e3141e
commit
955e3292c0
@ -108,7 +108,7 @@ describe("Moves - Last Respects", () => {
|
|||||||
* The following 3 tests do not switch out Pokemon 0 after it uses Explosion.
|
* The following 3 tests do not switch out Pokemon 0 after it uses Explosion.
|
||||||
* The tests get stuck after the SelectModifierPhase.
|
* 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
|
game.override
|
||||||
.enemySpecies(Species.MAGIKARP)
|
.enemySpecies(Species.MAGIKARP)
|
||||||
.startingWave(1)
|
.startingWave(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user