Skip to content

Commit 12e141d

Browse files
committed
make test svelte-4-compatible
1 parent 3f2720c commit 12e141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-check/test-error/Index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
let count: number = 'oops';
3-
let x = $state(0);
3+
let x = 0;
44
// prettier-ignore
55
x ===
66
'2';

0 commit comments

Comments
 (0)