TS linter is throwing an error when trying to mock chrome.tabs.query  I think this is happening because chrome is overloading the query function name in their type definition:  But the jest definition only has one definition for the mocked function: 
TS linter is throwing an error when trying to mock chrome.tabs.query
I think this is happening because chrome is overloading the query function name in their type definition:
But the jest definition only has one definition for the mocked function: