From 7238aed8e9b1afc6da513e7439e6d7b2c7ca40ca Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 24 Sep 2020 14:48:10 -0400 Subject: [PATCH] add note on which issue SSR is skipped for --- .../_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();