Closed lucasrmendonca closed 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
"setupFiles": ["jest-webextension-mock"]
Solved by https://github.com/clarkbw/jest-webextension-mock/issues/149
I'm getting the following error:
Even after adding
"setupFiles": ["jest-webextension-mock"]
to jest.config.json