chore: enable disable logging
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
import '@testing-library/jest-dom/extend-expect';
|
||||
import chrome from 'sinon-chrome';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-expect-error
|
||||
window.chrome = chrome;
|
||||
|
||||
chrome.runtime.id = 'testid'; // https://github.com/mozilla/webextension-polyfill/issues/218#issuecomment-584936358
|
||||
|
||||
class BrowserMock {
|
||||
runtime = {
|
||||
|
||||
Reference in New Issue
Block a user