Fix Syntax Error

This commit is contained in:
xsn34kzx 2024-08-18 02:33:49 -04:00
parent d0216229c0
commit 6e823ffd2a

View File

@ -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