1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-25 04:03:02 +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:18:09 +02:00
parent ca55bcf330
commit 88bdd18e8f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^144.0.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"selenium-webdriver": "^4.40.0", "selenium-webdriver": "^4.40.0",
"@cloudron/superagent": "^10.3.0" "@cloudron/superagent": "^10.3.0"
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env node #!/usr/bin/env node
import 'chromedriver';
import { execSync } from 'node:child_process'; import { execSync } from 'node:child_process';
import assert from 'node:assert/strict'; import assert from 'node:assert/strict';
import fs from 'node:fs'; import fs from 'node:fs';