mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix typings for a test (#32217)
didn't merge latest master in https://github.com/elastic/kibana/pull/32063
This commit is contained in:
parent
2dd80ba3ad
commit
e4e3354090
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const mockPersistedLog = {
|
|||
get: jest.fn(() => ['response:200']),
|
||||
};
|
||||
|
||||
const mockPersistedLogFactory = jest.fn<jest.Mocked<typeof mockPersistedLog>>(() => {
|
||||
const mockPersistedLogFactory = jest.fn<jest.Mocked<typeof mockPersistedLog>, any>(() => {
|
||||
return mockPersistedLog;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue