Skip to content

Commit f2371c3

Browse files
Revert removal of type test
1 parent 1f556b1 commit f2371c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/__tests__/type-tests.ts

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

0 commit comments

Comments
 (0)