adjust test to reflect new semantics

pull/11184/head
Rich Harris 2 years ago
parent 7a5918ae79
commit fab34ab529

@ -2,8 +2,7 @@
import Counter from './Counter.svelte';
import { global } from './state.svelte.js';
let object = $state({ count: 0 });
global.object = object;
global.object = { count: 0 };
</script>
<Counter />

Loading…
Cancel
Save