diff --git a/src/jest-chrome.d.ts b/src/jest-chrome.d.ts index 146177a..da4f85d 100755 --- a/src/jest-chrome.d.ts +++ b/src/jest-chrome.d.ts @@ -9346,6 +9346,7 @@ export namespace Tabs { * * @param tabId The tab to close. */ + export const remove: jest.MockedFunction /** * Captures the visible area of the currently active tab in the specified window. You must have permission to use this method.