refactor(tests): remove unnecessary blank lines in AuthPage, CommandPalette, and ConfirmDialog tests

This commit is contained in:
2026-01-03 23:02:33 -06:00
parent 6173a65cc7
commit 83d18f4bb3
3 changed files with 4 additions and 6 deletions

View File

@@ -308,4 +308,3 @@ describe("CommandPalette.vue", () => {
expect(results.length).toBe(0);
});
});