chore: finish migrating eslint config files; bump unicorn ()

This commit is contained in:
Daniel Dietzler 2025-03-31 13:18:25 +02:00 committed by GitHub
parent e4f83680d9
commit 238c151ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 883 additions and 1286 deletions
e2e/src

View file

@ -537,6 +537,7 @@ export const utils = {
},
waitForQueueFinish: (accessToken: string, queue: keyof AllJobStatusResponseDto, ms?: number) => {
// eslint-disable-next-line no-async-promise-executor
return new Promise<void>(async (resolve, reject) => {
const timeout = setTimeout(() => reject(new Error('Timed out waiting for queue to empty')), ms || 10_000);