From 29c2ec849cfb33c12ded72dc83280813d3570ca2 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 broke TS $ExpectType --- types/tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tests.ts b/types/tests.ts index 2986cc6b10..3401c7993a 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