mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
[Misc] Remove extra newline in test-boilerplate.ts (#5965)
This commit is contained in:
parent
60105f0402
commit
581348ec0a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user