Skip to content

Commit 027936d

Browse files
committed
formated the code
1 parent 36a504b commit 027936d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/AgendaItems/AgendaItemsCreateModal.spec.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ vi.mock('react-toastify', () => ({
7474
},
7575
}));
7676
vi.mock('utils/convertToBase64');
77-
const mockedConvertToBase64 = convertToBase64 as import('vitest').MockedFunction<
78-
typeof convertToBase64
79-
>;
77+
const mockedConvertToBase64 =
78+
convertToBase64 as import('vitest').MockedFunction<typeof convertToBase64>;
8079

8180
describe('AgendaItemsCreateModal', () => {
8281
test('renders modal correctly', () => {

0 commit comments

Comments
 (0)