webextensions-api-fake icon indicating copy to clipboard operation
webextensions-api-fake copied to clipboard

In-memory WebExtensions API Fake Implementation for testing purposes

Results 2 webextensions-api-fake issues
Sort by recently updated
recently updated
newest added

I'm writing my tests in esm modules. When I switched from using Node.js v12.14.1 plus the esm package to v14.1.0 and the native esm support I noticed that the import...

I run my tests not just in node, but also in the browser. So it would be nice if the build could generate a script that can be directly included...