We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f969bd1 commit 8d31b08Copy full SHA for 8d31b08
types/index.d.ts
@@ -43,7 +43,7 @@ export interface RenderOptions<
43
* [Container](https://testing-library.com/docs/react-testing-library/api/#container)
44
*/
45
container?: Container
46
- /** If the container is specified, then this defaults to that, otherwise this defaults to document.body. This is used as
+ /** Defaults to the container if the container is specified. Otherwise `document.body` is used for the default. This is used as
47
* the base element for the queries as well as what is printed when you use debug().
48
*
49
* [BaseElement](https://testing-library.com/docs/react-testing-library/api/#baseelement)
0 commit comments