Skip to content

Commit 4f30961

Browse files
fix: revert migrate test changing
1 parent 22b6058 commit 4f30961

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/migrate/samples/effects-with-alias-run

1 file changed

+1
-1
lines changed

packages/svelte/tests/migrate/samples/effects-with-alias-run/output.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
import { run as run_1 } from 'svelte/legacy';
33
4-
let count = $state(0);
4+
let count = 0;
55
let run = true;
66
run_1(() => {
77
console.log(count);

0 commit comments

Comments
 (0)