mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update test
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
8eb12cb659
commit
542329a2d6
@ -50,11 +50,12 @@ const goForward = jest.fn();
|
|||||||
jest.mock("@electron/remote", () => {
|
jest.mock("@electron/remote", () => {
|
||||||
return {
|
return {
|
||||||
webContents: {
|
webContents: {
|
||||||
getFocusedWebContents: () => {
|
getAllWebContents: () => {
|
||||||
return {
|
return [{
|
||||||
|
getType: () => "window",
|
||||||
goBack,
|
goBack,
|
||||||
goForward
|
goForward
|
||||||
};
|
}];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user