From b8f200b0f11720396ab3fdf0ec229704b14fd4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Tue, 19 Dec 2023 13:08:14 +0100 Subject: [PATCH] DEBUG try to break TS $ExpectType --- types/tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tests.ts b/types/tests.ts index bae2db2667..ceb2d5c5cb 100644 --- a/types/tests.ts +++ b/types/tests.ts @@ -2,7 +2,7 @@ $().accordion(); // $ExpectType JQuery $().api();// $ExpectType JQuery -$().calendar(); // $ExpectType JQuery +$().calendar(); // $ExpectType JQuery $().checkbox(); // $ExpectType JQuery $('body').dimmer(); // $ExpectType JQuery $().dropdown(); // $ExpectType JQuery