diff --git a/test/runtime/samples/store/_config.js b/test/runtime/samples/store/_config.js index 55d01fc125..0e1663315b 100644 --- a/test/runtime/samples/store/_config.js +++ b/test/runtime/samples/store/_config.js @@ -5,8 +5,6 @@ const store = new Store({ }); export default { - solo: true, - store, html: `

Hello world!

`,