Include JSDOM dependency - using it to parse page.content returned by playwright

This commit is contained in:
Aarish
2025-05-23 00:41:49 -05:00
parent 4ccbef77d2
commit 365c599cd3
2 changed files with 470 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsdom": "^26.1.0",
"morgan": "~1.9.1"
}
}