Replace manual mock/jsdom with webextensions-jsdom

This commit is contained in:
stoically
2019-12-18 09:18:10 +01:00
committed by Jonathan Kingston
parent 96ab4685e9
commit 77fd843b3d
5 changed files with 81 additions and 249 deletions
+4
View File
@@ -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,