We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jest-chrome tabs.remove
The types for chrome.tabs is missing the remove property.
chrome.tabs
remove
Write chrome.tabs.remove in a typescript jest test after installing this library according to the readme
chrome.tabs.remove
Typescript should not produce an error when using chrome.tabs.remove
Sure enough, there is no exported move mock in the types file
move
The text was updated successfully, but these errors were encountered:
seems like the line is missing. it declared in the comment
jest-chrome/src/jest-chrome.d.ts
Line 9349 in 52865e9
Sorry, something went wrong.
No branches or pull requests
Google search terms
jest-chrome tabs.remove
Describe the bug
The types for
chrome.tabs
is missing theremove
property.How do we reproduce?
Write
chrome.tabs.remove
in a typescript jest test after installing this library according to the readmeExpected behavior
Typescript should not produce an error when using
chrome.tabs.remove
Screenshots
Please complete the following information:
Additional Info
Sure enough, there is no exported
move
mock in the types fileThe text was updated successfully, but these errors were encountered: