1
0
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:
syuilo
2025-11-29 21:55:13 +09:00
committed by GitHub
parent 4bdbe794a6
commit 81635d9f1c
6 changed files with 32 additions and 139 deletions

View File

@@ -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) {