export function tick(): Promise { return new Promise((res) => setTimeout(res, 1)); }