generated from Seekra/repository-template
style(legal): remove function wrapper
This commit is contained in:
@@ -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', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user