From c77f43d7e933e79fe62fe082bbf4cfc16e3741e3 Mon Sep 17 00:00:00 2001 From: "Diogo Franco (Kovensky)" Date: Mon, 26 Jun 2017 17:58:28 +0900 Subject: [PATCH] jquery: Update test annotation --- types/jquery/jquery-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }