1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix welcome page test

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-09-07 10:36:58 +03:00
parent 5e8142685d
commit 74cd7bfa94

View File

@ -32,6 +32,9 @@ jest.mock(
ipcRenderer: {
on: jest.fn(),
},
app: {
getPath: () => "tmp",
},
})
);