mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Remove extra newline in test-boilerplate.ts
This commit is contained in:
parent
60105f0402
commit
a6ebc228a0
@ -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