style(legal): remove function wrapper

This commit is contained in:
2026-08-08 15:23:30 +02:00
parent 40982aed96
commit d3703005a0
@@ -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', () => {