clarkbw / jest-webextension-mock

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

Add support for runtime.getManifest #158

Closed escapedcat closed 2 years ago

escapedcat commented 2 years ago

Missing support for this: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/getManifest
Otherwise getting:

TypeError: _webextensionPolyfill.default.runtime.getManifest is not a function
clarkbw commented 2 years ago

https://github.com/clarkbw/jest-webextension-mock/pull/160