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