mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Adding an additional override to prevent test failures.
This commit is contained in:
parent
5c2922c22b
commit
e9f4226939
@ -27,6 +27,7 @@ describe("Abilities - Serene Grace", () => {
|
||||
beforeEach(() => {
|
||||
game = new GameManager(phaserGame);
|
||||
game.override
|
||||
.battleType("single")
|
||||
.ability(Abilities.SERENE_GRACE)
|
||||
.moveset([ Moves.AIR_SLASH, Moves.TACKLE ])
|
||||
.enemyLevel(10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user