Replace manual mock/jsdom with webextensions-jsdom
This commit is contained in:
committed by
Jonathan Kingston
parent
96ab4685e9
commit
77fd843b3d
@@ -3,10 +3,14 @@ module.exports = {
|
||||
"node": true,
|
||||
"mocha": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
},
|
||||
globals: {
|
||||
"sinon": false,
|
||||
"expect": false,
|
||||
"nextTick": false,
|
||||
"buildDom": false,
|
||||
"buildBackgroundDom": false,
|
||||
"background": false,
|
||||
"buildPopupDom": false,
|
||||
|
||||
Reference in New Issue
Block a user