mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 09:29:25 +02:00
Update assist.test.ts
This commit is contained in:
parent
c934215426
commit
10e42905f7
@ -74,8 +74,7 @@ describe("Moves - Assist", () => {
|
||||
expect(feebas.getLastXMoves(-1)).toHaveLength(2);
|
||||
expect(feebas.getLastXMoves()[0]).toMatchObject({
|
||||
move: MoveId.HYPER_BEAM,
|
||||
target: [BattlerIndex.ENEMY],
|
||||
virtual: true,
|
||||
useMode: MoveUseMode.INDIRECT,
|
||||
result: MoveResult.SUCCESS,
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user