1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-04-24 11:24:59 +00:00

test: remove chromedriver dependency

Selenium Manager auto-detects the system ChromeDriver, making the
chromedriver npm package unnecessary.

Made-with: Cursor
This commit is contained in:
Girish Ramakrishnan
2026-04-15 17:19:43 +02:00
parent 7c3f77d272
commit b8c7faa37a
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^147.0.1",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0"
},