funkwhale/front/test/utils.ts

2 wiersze
87 B
TypeScript

export const sleep = (ms = 0) => new Promise<void>(resolve => setTimeout(resolve, ms))