mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove unused .mockReturnValueOnce
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
f88c49c4c4
commit
62362b4992
@ -82,7 +82,6 @@ describe("download logs options in pod logs dock tab", () => {
|
||||
jest
|
||||
.fn(() => "some-irrelevant-random-id")
|
||||
.mockReturnValueOnce("some-first-tab-id")
|
||||
.mockReturnValueOnce("some-second-tab-id"),
|
||||
);
|
||||
|
||||
openSaveFileDialogMock = jest.fn();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user