UNPKG

playwright-fluent

Version:
3 lines (2 loc) 282 B
import { AssertOptions } from '../../fluent-api'; export declare function expectThatAsyncFuncHasResult(func: () => Promise<string | number | boolean | null | undefined>, expectedResult: string | number | boolean | null | undefined, options?: Partial<AssertOptions>): Promise<void>;