mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-18 05:19:29 +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);
|
game.move.select(MoveId.SLEEP_TALK);
|
||||||
await game.toNextTurn();
|
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 () => {
|
it("should fail if the user has no valid moves", async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user