For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/reactlynx-testing-library/Interface.Config.md.
Lynx
  • English
  • reactlynx-testing-library / Config

    Config

    Properties

    asyncUtilTimeout

    asyncUtilTimeout: number;

    Defined in

    index.d.ts:300


    computedStyleSupportsPseudoElements

    computedStyleSupportsPseudoElements: boolean;

    Defined in

    index.d.ts:301


    defaultHidden

    defaultHidden: boolean;

    Defined in

    index.d.ts:302


    defaultIgnore

    defaultIgnore: string;

    default value for the ignore option in ByText queries

    Defined in

    index.d.ts:304


    getElementError()

    getElementError: (message: null | string, container: Element) => Error;

    Parameters

    ParameterType
    messagenull | string
    containerElement

    Returns

    Error

    Defined in

    index.d.ts:307


    showOriginalStackTrace

    showOriginalStackTrace: boolean;

    Defined in

    index.d.ts:305


    testIdAttribute

    testIdAttribute: string;

    Defined in

    index.d.ts:290


    throwSuggestions

    throwSuggestions: boolean;

    Defined in

    index.d.ts:306

    Methods

    asyncWrapper()

    asyncWrapper(cb: (...args: any[]) => any): Promise<any>

    Parameters

    ParameterType
    cb(...args: any[]) => any

    Returns

    Promise<any>

    Defined in

    index.d.ts:297


    eventWrapper()

    eventWrapper(cb: (...args: any[]) => any): void

    Parameters

    ParameterType
    cb(...args: any[]) => any

    Returns

    void

    Defined in

    index.d.ts:299


    unstable_advanceTimersWrapper()

    unstable_advanceTimersWrapper(cb: (...args: unknown[]) => unknown): unknown

    WARNING: unstable prefix means this API may change in patch and minor releases.

    Parameters

    ParameterTypeDescription
    cb(...args: unknown[]) => unknown

    Returns

    unknown

    Defined in

    index.d.ts:295

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.