diff --git a/docs/dom-testing-library/api-configuration.mdx b/docs/dom-testing-library/api-configuration.mdx index fb84d269..b2ef2aff 100644 --- a/docs/dom-testing-library/api-configuration.mdx +++ b/docs/dom-testing-library/api-configuration.mdx @@ -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`. +