From e430d7271fa1fd15585c3edfd8c106ee3db358cc Mon Sep 17 00:00:00 2001 From: solufa Date: Wed, 3 Feb 2021 18:19:10 +0900 Subject: [PATCH] chore(types): fix type parameter of queries test --- types/test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/test.tsx b/types/test.tsx index 01105c06..5f9575ac 100644 --- a/types/test.tsx +++ b/types/test.tsx @@ -88,7 +88,7 @@ export function testQueries() { const {getByLabelText} = render( , ) - expectType>( + expectType>( getByLabelText('Username'), )