Rename default.ts to default.boilerplate.ts

This commit is contained in:
Bertie690 2025-09-15 14:10:27 -04:00 committed by GitHub
parent b7cee4b313
commit ca2045650e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"));
});
});