1
0
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:
Alex Andreev 2022-08-11 14:33:22 +03:00
parent f88c49c4c4
commit 62362b4992

View File

@ -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();