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
+2 -2
View File
@@ -16,7 +16,6 @@
"eslint-plugin-no-unsanitized": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"htmllint-cli": "0.0.7",
"jsdom": "^11.6.2",
"json": "^9.0.6",
"mocha": "^6.2.2",
"npm-run-all": "^4.0.0",
@@ -25,7 +24,8 @@
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.3.0",
"web-ext": "^2.9.3"
"web-ext": "^2.9.3",
"webextensions-jsdom": "^1.1.0"
},
"homepage": "https://github.com/mozilla/multi-account-containers#readme",
"license": "MPL-2.0",