The test function. Must return true to signal success.
Optionaloptions: { checkEvery?: number; message?: string; timeout?: number } = {}Options (currently not visible in output due to typedoc bug)
OptionalcheckEvery?: numberIntervals between checks, in milliseconds.
Optionalmessage?: stringError message shown if the testfunc fails.
Optionaltimeout?: numberHow long to wait, in milliseconds.
Assert that a condition remains true for the whole timeout.