Fix format

This commit is contained in:
Laurent Nguyen 2024-05-15 16:24:01 +02:00
parent c187798d1f
commit f804d2dce2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jest.mock("Explorer/Controls/Dialog", () => ({
useDialog: {
getState: jest.fn(() => ({
showOkCancelModalDialog: (title: string, subText: string, okLabel: string, onOk: () => void) => onOk(),
showOkModalDialog: () => { },
showOkModalDialog: () => {},
})),
},
}));