Skip to content

Commit

Permalink
Update test/units/querySelector-dom-type.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter authored May 4, 2024
1 parent 713834b commit 34a7e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/querySelector-dom-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Deno.test("querySelector<T> and querySelectorAll<T> typings", () => {
)!;

// We don't actually test anything here, we just challenge the TypeScript typings
doc.querySelector<HTMLTemplateElement>("div")!.content;
doc.querySelector<HTMLTemplateElement>("template")!.content;
});

0 comments on commit 34a7e34

Please sign in to comment.