clarkbw / jest-webextension-mock

A module to mock WebExtensions in Jest
BSD 3-Clause "New" or "Revised" License
93 stars 37 forks source link

onMessageExternal missing from from runtime mock #141

Closed twschiller closed 3 years ago

twschiller commented 3 years ago

There's no mock for browser.runtime.onMessageExternal

References:

clarkbw commented 3 years ago

Would you mind opening a PR to add this? I'd be happy to review.