Skip to content

Commit 81a7698

Browse files
committed
fix test
1 parent e44df3c commit 81a7698

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/await-non-promise

1 file changed

+1
-1
lines changed

packages/svelte/tests/runtime-runes/samples/await-non-promise/main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
let count = $state();
33
</script>
44

5-
<button onclick={() => count += 1}>increment</button>
5+
<button onclick={() => count = 1}>number</button>
66
<button onclick={() => count = null}>nullify</button>
77

88
<p>

0 commit comments

Comments
 (0)