Fix Node-compatible parser tests (#107)

* Fix Node-compatible parser tests

* Add parser test dependencies to root test env
This commit is contained in:
Jim Liu 宝玉
2026-03-23 15:30:42 -05:00
committed by GitHub
parent a5761dc71a
commit d4e80b1bc3
3 changed files with 183 additions and 70 deletions
+4
View File
@@ -10,6 +10,10 @@
"test:coverage": "node --import tsx --experimental-test-coverage --test"
},
"devDependencies": {
"@mozilla/readability": "^0.6.0",
"linkedom": "^0.18.12",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2",
"tsx": "^4.20.5"
}
}