fix eslint and update eslint to 8.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import config from './config';
|
||||
|
||||
jest.mock('webextension-polyfill', () => {
|
||||
jest.mock<typeof import('webextension-polyfill')>('webextension-polyfill', () => {
|
||||
return {
|
||||
runtime: {
|
||||
getManifest: () => {
|
||||
|
||||
Reference in New Issue
Block a user