mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-03 08:24:26 +02:00
chore(backend): remove jsdom completely (#16893)
* wip * Update utils.ts * Update fetch-resource.ts * Update exports.ts * Update oauth.ts
This commit is contained in:
@@ -16,7 +16,7 @@ describe('export-clips', () => {
|
||||
let bob: misskey.entities.SignupResponse;
|
||||
|
||||
// XXX: Any better way to get the result?
|
||||
async function pollFirstDriveFile() {
|
||||
async function pollFirstDriveFile(): Promise<any> {
|
||||
while (true) {
|
||||
const files = (await api('drive/files', {}, alice)).body;
|
||||
if (!files.length) {
|
||||
|
||||
Reference in New Issue
Block a user