mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
Rename default.ts
to default.boilerplate.ts
This commit is contained in:
parent
b7cee4b313
commit
ca2045650e
@ -47,6 +47,6 @@ describe("{{description}}", () => {
|
||||
await game.toEndOfTurn();
|
||||
|
||||
expect(feebas).toHaveUsedMove({ move: MoveId.SPLASH, result: MoveResult.SUCCESS });
|
||||
expect(game.textInterceptor.logs).toContain(i18next.t("moveTriggers:splash"));
|
||||
expect(game).toHaveShownMessage(i18next.t("moveTriggers:splash"));
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user