mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +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(() => {
|
beforeEach(() => {
|
||||||
game = new GameManager(phaserGame);
|
game = new GameManager(phaserGame);
|
||||||
game.override
|
game.override
|
||||||
|
.battleType("single")
|
||||||
.ability(Abilities.SERENE_GRACE)
|
.ability(Abilities.SERENE_GRACE)
|
||||||
.moveset([ Moves.AIR_SLASH, Moves.TACKLE ])
|
.moveset([ Moves.AIR_SLASH, Moves.TACKLE ])
|
||||||
.enemyLevel(10)
|
.enemyLevel(10)
|
||||||
|
Loading…
Reference in New Issue
Block a user