the time that will be the new "now"
function to execute, on which the time will be frozen as time
same as freezeTime()
but it expects an async function. It will await for the function's return and return it before resetting the time
TODO: this needs concurrency testing
the time that will be the new "now"
async function to execute, on which the time will be frozen as time
Generated using TypeDoc
Executes the given function, freezing the time first to the given
time
, and resetting the function execution (usestimekeeper
)