acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
434 stars 46 forks source link

How can I update the Firefox WebExtensions schema to the latest stable version #87

Open JackZong opened 5 years ago

JackZong commented 5 years ago

The latest stable Firefox is 66.0.

stoically commented 4 years ago

Until sinon-chrome is updated, you could look into my webextensions-api-mock. Reason for building was that I wanted to be able to easily update to later WebExtensions schema versions and have typescript types for the stubbed API.