Skip to content

Commit cae0fae

Browse files
committed
Clean up test changes
1 parent 95246d9 commit cae0fae

File tree

1 file changed

+0
-2
lines changed
  • test/validator/samples/a11y-click-events-have-key-events

1 file changed

+0
-2
lines changed

test/validator/samples/a11y-click-events-have-key-events/input.svelte

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<footer on:click={noop} />
2424

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

2928
<a href="http://x.y.z" on:click={noop}>foo</a>
@@ -63,7 +62,6 @@
6362

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

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

0 commit comments

Comments
 (0)