diff --git a/types/jquery/jquery-tests.ts b/types/jquery/jquery-tests.ts index 7a05a5630a..438f36c79b 100644 --- a/types/jquery/jquery-tests.ts +++ b/types/jquery/jquery-tests.ts @@ -3025,7 +3025,7 @@ function JQuery() { return 'myVal'; }); - // $ExpectType string | number | string[] | undefined + // $ExpectType string | number | string[] | null | undefined $('p').val(); } }