mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
0c9ee415e6
commit
323ff3678f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ export function getEmbeddableFactoryMock(config) {
|
|||
const embeddableFactoryMockDefaults = {
|
||||
getEditPath: () => {},
|
||||
getTitleFor: () => {},
|
||||
render: jest.fn(),
|
||||
render: jest.fn(() => Promise.resolve({})),
|
||||
destroy: () => {},
|
||||
addDestroyEmeddable: () => {},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue