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