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 Counter from './Counter.svelte';
import { global } from './state.svelte.js'; import { global } from './state.svelte.js';
let object = $state({ count: 0 }); global.object = { count: 0 };
global.object = object;
</script> </script>
<Counter /> <Counter />

Loading…
Cancel
Save