mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
Fix mongo unit tests
This commit is contained in:
parent
1b63553058
commit
c187798d1f
@ -60,6 +60,7 @@ jest.mock("Explorer/Controls/Dialog", () => ({
|
||||
useDialog: {
|
||||
getState: jest.fn(() => ({
|
||||
showOkCancelModalDialog: (title: string, subText: string, okLabel: string, onOk: () => void) => onOk(),
|
||||
showOkModalDialog: () => { },
|
||||
})),
|
||||
},
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user