diff --git a/test/runtime/samples/reactive-assignment-in-complex-declaration-with-store-2/_config.js b/test/runtime/samples/reactive-assignment-in-complex-declaration-with-store-2/_config.js index 3d86cef8a8..f737cad2aa 100644 --- a/test/runtime/samples/reactive-assignment-in-complex-declaration-with-store-2/_config.js +++ b/test/runtime/samples/reactive-assignment-in-complex-declaration-with-store-2/_config.js @@ -1,6 +1,6 @@ // destructure to store value export default { - skip_if_ssr: true, + skip_if_ssr: true, // pending https://github.com/sveltejs/svelte/issues/3582 html: `

2 2 xxx 5 6 9 10 2

`, async test({ assert, target, component }) { await component.update();