mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[PM-5741] Reworking usage of window object in BrowserApi.reloadExtension method (#8021)
* [PM-5741] Reworking usage of `window` object in BrowserApi.reloadExtension method * [PM-5741] Reworking usage of `window` object in BrowserApi.reloadExtension method
This commit is contained in:
@@ -30,6 +30,7 @@ const runtime = {
|
||||
addListener: jest.fn(),
|
||||
removeListener: jest.fn(),
|
||||
},
|
||||
reload: jest.fn(),
|
||||
};
|
||||
|
||||
const contextMenus = {
|
||||
|
||||
Reference in New Issue
Block a user