We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37919b0 commit 9667967Copy full SHA for 9667967
typings/index.d.ts
@@ -5,7 +5,8 @@ export * from 'dom-testing-library'
5
type GetsAndQueries = ReturnType<typeof getQueriesForElement>
6
7
export interface RenderResult extends GetsAndQueries {
8
- container: HTMLDivElement
+ container: HTMLElement
9
+ baseElement: HTMLElement
10
debug: (baseElement?: HTMLElement) => void
11
rerender: (ui: React.ReactElement<any>) => void
12
unmount: () => boolean
0 commit comments