mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-05 16:49:17 +00:00
7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
![]() |
/// <reference types="@testing-library/jest-dom"/>
|
||
|
|
||
|
export async function tick(): Promise<void> {
|
||
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
||
|
await new Promise((globalThis.requestIdleCallback ?? setTimeout) as never);
|
||
|
}
|