mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2026-05-02 23:25:50 +00:00
test: use @cloudron scoped safetydance and superagent
Made-with: Cursor
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
"chromedriver": "^141.0.3",
|
"chromedriver": "^141.0.3",
|
||||||
"mocha": "^11.7.4",
|
"mocha": "^11.7.4",
|
||||||
"selenium-webdriver": "^4.36.0",
|
"selenium-webdriver": "^4.36.0",
|
||||||
"superagent": "^10.2.3"
|
"@cloudron/superagent": "^10.2.3"
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ 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';
|
||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
import superagent from 'superagent';
|
import superagent from '@cloudron/superagent';
|
||||||
import timers from 'node:timers/promises';
|
import timers from 'node:timers/promises';
|
||||||
import { Builder, By, until } from 'selenium-webdriver';
|
import { Builder, By, until } from 'selenium-webdriver';
|
||||||
import { Options } from 'selenium-webdriver/chrome';
|
import { Options } from 'selenium-webdriver/chrome';
|
||||||
|
|||||||
Reference in New Issue
Block a user