[Misc] Remove extra newline in test-boilerplate.ts (#5965)

This commit is contained in:
Bertie690 2025-06-09 21:28:39 -04:00 committed by GitHub
parent 60105f0402
commit 581348ec0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,11 +32,10 @@ describe("{{description}}", () => {
.enemyLevel(100);
});
it("should do X", async () => {
it("should do XYZ", async () => {
await game.classicMode.startBattle([SpeciesId.FEEBAS]);
game.move.use(MoveId.SPLASH);
await game.toEndOfTurn();
expect(true).toBe(true);