We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c25872 commit fb71a13Copy full SHA for fb71a13
typings/index.d.ts
@@ -33,7 +33,7 @@ interface RenderResult {
33
) => HTMLElement | null
34
getByLabelText: (
35
id: TextMatch,
36
- options?: {selector: string; TextMatchOptions},
+ options?: {selector?: string} & TextMatchOptions,
37
) => HTMLElement
38
queryByAltText: (
39
text: TextMatch,
0 commit comments