style(legal): remove function wrapper

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent a086affbef
commit db3758a54a
@@ -29,7 +29,7 @@ vi.mock('../../services/fetchLegalContent', async (importOriginal) => {
};
});
afterEach(() => getLegalNotice.mockRestore());
afterEach(getLegalNotice.mockRestore);
describe('LegalNoticeView', () => {
test('shows loading indicator', () => {