mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix test
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ae4869b3fc
commit
2ca2793bfc
@ -51,6 +51,7 @@ function mockLogTabViewModel(tabId: TabId, deps: Partial<LogTabViewModelDependen
|
|||||||
getPodById: jest.fn(),
|
getPodById: jest.fn(),
|
||||||
getPodsByOwnerId: jest.fn(),
|
getPodsByOwnerId: jest.fn(),
|
||||||
createSearchStore: jest.fn(),
|
createSearchStore: jest.fn(),
|
||||||
|
areLogsPresent: jest.fn(),
|
||||||
...deps,
|
...deps,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,6 +29,7 @@ function mockLogTabViewModel(tabId: TabId, deps: Partial<LogTabViewModelDependen
|
|||||||
stopLoadingLogs: jest.fn(),
|
stopLoadingLogs: jest.fn(),
|
||||||
getPodById: jest.fn(),
|
getPodById: jest.fn(),
|
||||||
getPodsByOwnerId: jest.fn(),
|
getPodsByOwnerId: jest.fn(),
|
||||||
|
areLogsPresent: jest.fn(),
|
||||||
createSearchStore: () => new SearchStore(),
|
createSearchStore: () => new SearchStore(),
|
||||||
...deps,
|
...deps,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user