Skip to content

Commit

Permalink
Remove test that makes type checking fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiassoeholm committed Dec 19, 2020
1 parent accb6cc commit 43e7464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/__tests__/type-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export async function testQueries() {
// element queries
const element = document.createElement('div')
getByText(element, 'foo')
getByText(element, 1)
queryByText(element, 'foo')
await findByText(element, 'foo')
await findByText(element, 'foo', undefined, {timeout: 10})
Expand Down

0 comments on commit 43e7464

Please sign in to comment.