We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f556b1 commit f2371c3Copy full SHA for f2371c3
types/__tests__/type-tests.ts
@@ -27,6 +27,7 @@ export async function testQueries() {
27
// element queries
28
const element = document.createElement('div')
29
getByText(element, 'foo')
30
+ getByText(element, 1)
31
queryByText(element, 'foo')
32
await findByText(element, 'foo')
33
await findByText(element, 'foo', undefined, {timeout: 10})
0 commit comments