mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-12 18:39:30 +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(-1)).toHaveLength(2);
|
||||||
expect(feebas.getLastXMoves()[0]).toMatchObject({
|
expect(feebas.getLastXMoves()[0]).toMatchObject({
|
||||||
move: MoveId.HYPER_BEAM,
|
move: MoveId.HYPER_BEAM,
|
||||||
target: [BattlerIndex.ENEMY],
|
useMode: MoveUseMode.INDIRECT,
|
||||||
virtual: true,
|
|
||||||
result: MoveResult.SUCCESS,
|
result: MoveResult.SUCCESS,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user