mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Fix Syntax Error
This commit is contained in:
parent
d0216229c0
commit
6e823ffd2a
@ -65,7 +65,7 @@ describe("Moves - Baton Pass", () => {
|
|||||||
// arrange
|
// arrange
|
||||||
game.override
|
game.override
|
||||||
.startingWave(5)
|
.startingWave(5)
|
||||||
.enemyMoveset(new Array(4).fill([Moves.NASTY_PLOT]);
|
.enemyMoveset(new Array(4).fill([Moves.NASTY_PLOT]));
|
||||||
await game.startBattle([
|
await game.startBattle([
|
||||||
Species.RAICHU,
|
Species.RAICHU,
|
||||||
Species.SHUCKLE
|
Species.SHUCKLE
|
||||||
|
Loading…
Reference in New Issue
Block a user