extend-chrome / jest-chrome

A complete mock of the Chrome API for Chrome extensions for use with Jest.
MIT License
125 stars 24 forks source link

add missing chrome.tabs.remove function #34

Open snirye opened 8 months ago

snirye commented 8 months ago

Community guidelines:

This PR contains:

Are tests included?

Breaking Changes?

List any relevant issue numbers: Type is missing for chrome.tabs.remove method

Description

the .remove function is missing from chrome.tabs. its already have a comment describing it but the line following it is empty.