Bun

interface

test.default.TestContextWaitForOptions

interface TestContextWaitForOptions

  • interval?: number

    The number of milliseconds to wait after an unsuccessful invocation of condition before trying again.

  • timeout?: number

    The poll timeout in milliseconds. If condition has not succeeded by the time this elapses, an error occurs.