Fix tests

This commit is contained in:
Hongbo Wu
2022-06-01 10:30:23 +08:00
parent 98ecdcff80
commit 304fe70113
6 changed files with 106 additions and 65 deletions

View File

@ -24,14 +24,15 @@
"homepage": "https://github.com/mozilla/readability",
"devDependencies": {
"@c4312/matcha": "^1.3.1",
"axios": "^0.26.0",
"chai": "^2.1.*",
"chai-as-promised": "^7.1.1",
"htmltidy2": "^0.3.0",
"js-beautify": "^1.13.0",
"linkedom": "^0.14.9",
"mocha": "^8.2.0",
"puppeteer": "^10.1.0",
"sinon": "^7.3.2",
"linkedom": "^0.14.9",
"axios": "^0.26.0"
"sinon": "^7.3.2"
},
"dependencies": {
"html-entities": "^2.3.2",