InterAl/wait-for-cond

Doesn't work if condition is async function

Closed this issue · 1 comments

assert doesn't work as expected if passed async function.

waitForCond.assert(async () => {
  //...
  await SomeAsyncProcess();
});

Fixed.