Skip to content

Commit b3ca2fb

Browse files
committed
Update type tests
1 parent 2ea2afd commit b3ca2fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

types/__tests__/type-tests.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ export async function testByRole() {
183183
)
184184

185185
console.assert(queryByRole(element, 'foo') === null)
186-
console.assert(queryByRole(element, /foo/) === null)
187186
console.assert(screen.queryByRole('foo') === null)
188-
console.assert(screen.queryByRole(/foo/) === null)
189187
}
190188

191189
export function testA11yHelper() {

0 commit comments

Comments
 (0)