mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-17 12:59:25 +02:00
ran boime
This commit is contained in:
parent
7264f56fa1
commit
d85bcf2324
@ -79,7 +79,7 @@ describe("Moves - Sleep Talk", () => {
|
||||
game.move.select(MoveId.SLEEP_TALK);
|
||||
await game.toNextTurn();
|
||||
|
||||
expect(feebas).toHaveUsedMove({result: MoveResult.FAIL});
|
||||
expect(feebas).toHaveUsedMove({ result: MoveResult.FAIL });
|
||||
});
|
||||
|
||||
it("should fail if the user has no valid moves", async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user