Skip to content

Commit

Permalink
Clean up test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timmcca-be committed Feb 4, 2023
1 parent dd3d9f6 commit 8e311cd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<footer on:click={noop} />

<!-- should not warn -->
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div class="foo" />

<a href="http://x.y.z" on:click={noop}>foo</a>
Expand Down Expand Up @@ -63,5 +62,4 @@

<div on:click={noop} role="presentation" />
<div on:click={noop} role="none" />
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div on:click={noop} role={dynamicRole} />

0 comments on commit 8e311cd

Please sign in to comment.