clarkbw / jest-webextension-mock

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

`This script should only be loaded in a browser extension` #155

Closed lucasrmendonca closed 2 years ago

lucasrmendonca commented 2 years ago

I'm getting the following error:

Test suite failed to run
This script should only be loaded in a browser extension.

Even after adding "setupFiles": ["jest-webextension-mock"] to jest.config.json

lucasrmendonca commented 2 years ago

Solved by https://github.com/clarkbw/jest-webextension-mock/issues/149