effect-playwright
    Preparing search index...

    Type Alias MatcherReturnType

    type MatcherReturnType = {
        actual?: any;
        expected?: unknown;
        log?: string[];
        message: () => string;
        name?: string;
        pass: boolean;
        timeout?: number;
    }
    Index
    actual?: any
    expected?: unknown
    log?: string[]
    message: () => string
    name?: string
    pass: boolean
    timeout?: number