Skip to content

Commit

Permalink
DEBUG TS test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 19, 2023
1 parent e4b19e3 commit 0f0ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$().accordion(); // $ExpectType JQuery<HTMLElement>
$().api();// $ExpectType JQuery
$().calendar(); // $ExpectType JQuery<HTMLElement>
$().calendar(); // $ExpectType JQuery<JQuery>
$().checkbox(); // $ExpectType JQuery<HTMLElement>
$('body').dimmer(); // $ExpectType JQuery<HTMLElement>
$().dropdown(); // $ExpectType JQuery<HTMLElement>
Expand Down

0 comments on commit 0f0ebe5

Please sign in to comment.