Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/dom-testing-library/api-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ fail. Takes the error message and container object as arguments.
`asyncUtilTimeout`: The global timeout value in milliseconds used by `waitFor`
utilities. Defaults to 1000ms.

`printPlaygroundLink`: When enabled, a link to the Testing-Library playground
will be logged when a query fails. Defaults to `true`.

<Tabs defaultValue="native" values={[ { label: 'Native', value: 'native', }, {
label: 'React', value: 'react', }, { label: 'Cypress', value: 'cypress', }, ] }>
<TabItem value="native">
Expand Down