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 Apr 13, 2023
1 parent 95246d9 commit cae0fae
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,7 +62,6 @@

<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} />

<svelte:element this={Math.random() ? 'button' : 'div'} on:click={noop} />

0 comments on commit cae0fae

Please sign in to comment.