Skip to content

Commit 8528467

Browse files
committed
Added id to test
1 parent b579caf commit 8528467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(v2)/v2/issue-588/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<h3>Superforms testing ground</h3>
2727

28-
<p>{data.count}</p>
28+
<p id="counter">{data.count}</p>
2929

3030
{#if $message}
3131
<!-- eslint-disable-next-line svelte/valid-compile -->

0 commit comments

Comments
 (0)