pentf
    Preparing search index...

    Function waitForPass

    • Wait until a function doesn't throw anymore.

      Parameters

      • testfunc: () => any
      • Optionaloptions: { checkEvery?: number; message?: string; timeout?: number } = {}

      Returns Promise<void>