test: fix svelte-check warnings

This commit is contained in:
Eric Y Liu 2021-07-10 08:41:37 -07:00
commit caa7294ed6
4 changed files with 8 additions and 4 deletions

View file

@ -6,6 +6,6 @@
text="text"
on:click
on:copy
copy="{(text) => {}}"
copy="{(text) => text}"
feedback="Copied to clipboard"
/>