From ff543bd171b03c1fd002088bc411ea867a156f5e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 24 Nov 2017 14:26:46 -0500 Subject: [PATCH] reenable all tests --- test/runtime/samples/store/_config.js | 2 -- 1 file changed, 2 deletions(-) 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!

`,