Advance the timer by one tick. DEPRECATED: use await tickN(1) instead. tick function errors might be thrown synchronously, even though success is signaled by returning anything other than a rejected promise.
await tickN(1)
tick
Advance the timer by one tick. DEPRECATED: use
await tickN(1)
instead.tick
function errors might be thrown synchronously, even though success is signaled by returning anything other than a rejected promise.