From 29358228a5110cdc000a0d1b4d73d442725af963 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Fri, 30 Mar 2018 15:48:23 -0400 Subject: [PATCH] argh, need a precommit check for this --- test/runtime/samples/each-block-keyed-static/_config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/runtime/samples/each-block-keyed-static/_config.js b/test/runtime/samples/each-block-keyed-static/_config.js index 7f7dcc6a35..7166854cd6 100644 --- a/test/runtime/samples/each-block-keyed-static/_config.js +++ b/test/runtime/samples/each-block-keyed-static/_config.js @@ -1,6 +1,4 @@ export default { - solo: true, - data: { x: [{ z: 1 }, { z: 2 }], },