From 0dc6825802465c5d84d2e566646cbfdd9d77bd31 Mon Sep 17 00:00:00 2001 From: Zephraph Date: Tue, 23 Apr 2019 23:42:04 -0400 Subject: [PATCH] Remove solo denotion from failing test --- .../_config.js | 0 .../main.svelte | 0 .../other.svelte | 0 .../test.js | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/custom-elements/samples/{no-shadow-dom-with-slots.solo => no-shadow-dom-with-slots}/_config.js (100%) rename test/custom-elements/samples/{no-shadow-dom-with-slots.solo => no-shadow-dom-with-slots}/main.svelte (100%) rename test/custom-elements/samples/{no-shadow-dom-with-slots.solo => no-shadow-dom-with-slots}/other.svelte (100%) rename test/custom-elements/samples/{no-shadow-dom-with-slots.solo => no-shadow-dom-with-slots}/test.js (100%) diff --git a/test/custom-elements/samples/no-shadow-dom-with-slots.solo/_config.js b/test/custom-elements/samples/no-shadow-dom-with-slots/_config.js similarity index 100% rename from test/custom-elements/samples/no-shadow-dom-with-slots.solo/_config.js rename to test/custom-elements/samples/no-shadow-dom-with-slots/_config.js diff --git a/test/custom-elements/samples/no-shadow-dom-with-slots.solo/main.svelte b/test/custom-elements/samples/no-shadow-dom-with-slots/main.svelte similarity index 100% rename from test/custom-elements/samples/no-shadow-dom-with-slots.solo/main.svelte rename to test/custom-elements/samples/no-shadow-dom-with-slots/main.svelte diff --git a/test/custom-elements/samples/no-shadow-dom-with-slots.solo/other.svelte b/test/custom-elements/samples/no-shadow-dom-with-slots/other.svelte similarity index 100% rename from test/custom-elements/samples/no-shadow-dom-with-slots.solo/other.svelte rename to test/custom-elements/samples/no-shadow-dom-with-slots/other.svelte diff --git a/test/custom-elements/samples/no-shadow-dom-with-slots.solo/test.js b/test/custom-elements/samples/no-shadow-dom-with-slots/test.js similarity index 100% rename from test/custom-elements/samples/no-shadow-dom-with-slots.solo/test.js rename to test/custom-elements/samples/no-shadow-dom-with-slots/test.js