mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
More test cleanup
This commit is contained in:
parent
34246edffe
commit
a7781eb711
@ -31,7 +31,7 @@ describe("Moves - Powder", () => {
|
||||
game.override
|
||||
.enemySpecies(Species.SNORLAX)
|
||||
.enemyLevel(100)
|
||||
.enemyMoveset(Array(4).fill(Moves.EMBER))
|
||||
.enemyMoveset(Moves.EMBER)
|
||||
.enemyAbility(Abilities.INSOMNIA)
|
||||
.startingLevel(100)
|
||||
.moveset([ Moves.POWDER, Moves.SPLASH, Moves.FIERY_DANCE ]);
|
||||
|
Loading…
Reference in New Issue
Block a user