Skip to content

Commit 43e7464

Browse files
Remove test that makes type checking fail
1 parent accb6cc commit 43e7464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/__tests__/type-tests.ts

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export async function testQueries() {
2727
// element queries
2828
const element = document.createElement('div')
2929
getByText(element, 'foo')
30-
getByText(element, 1)
3130
queryByText(element, 'foo')
3231
await findByText(element, 'foo')
3332
await findByText(element, 'foo', undefined, {timeout: 10})

0 commit comments

Comments
 (0)