We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accb6cc commit 43e7464Copy full SHA for 43e7464
types/__tests__/type-tests.ts
@@ -27,7 +27,6 @@ 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