Style: make code style consistent #186

Merged
jakob.scheid merged 29 commits from style/make-code-style-consistent into main 2026-08-09 13:09:54 +02:00
Showing only changes of commit db3758a54a - Show all commits
@@ -29,7 +29,7 @@ vi.mock('../../services/fetchLegalContent', async (importOriginal) => {
}; };
}); });
afterEach(() => getLegalNotice.mockRestore()); afterEach(getLegalNotice.mockRestore);
describe('LegalNoticeView', () => { describe('LegalNoticeView', () => {
test('shows loading indicator', () => { test('shows loading indicator', () => {