diff --git a/test/package.json b/test/package.json index d068acf..2d8425a 100644 --- a/test/package.json +++ b/test/package.json @@ -10,7 +10,6 @@ "license": "ISC", "dependencies": { "@eslint/js": "^9.37.0", - "chromedriver": "^141.0.3", "mocha": "^11.7.4", "selenium-webdriver": "^4.36.0", "@cloudron/superagent": "^10.2.3" diff --git a/test/test.js b/test/test.js index df43ec7..251bd69 100644 --- a/test/test.js +++ b/test/test.js @@ -1,6 +1,5 @@ #!/usr/bin/env node -import 'chromedriver'; import { execSync } from 'node:child_process'; import assert from 'node:assert/strict'; import fs from 'node:fs';