From 0d56ea8f4527e943fbc1ec747cea6f565f079748 Mon Sep 17 00:00:00 2001 From: Solufa Date: Wed, 3 Feb 2021 18:42:51 +0900 Subject: [PATCH] chore(types): fix type parameter of Queries test (#873) --- 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'), )