From caa4d7d76dee8990b621ba019987256aeb9967a2 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 3 Dec 2017 17:49:18 -0500 Subject: [PATCH] rename tests --- .../samples/{switch-events => dynamic-component-events}/Bar.html | 0 .../samples/{switch-events => dynamic-component-events}/Foo.html | 0 .../{switch-events => dynamic-component-events}/_config.js | 0 .../samples/{switch-events => dynamic-component-events}/main.html | 0 test/runtime/samples/{switch => dynamic-component}/Bar.html | 0 test/runtime/samples/{switch => dynamic-component}/Foo.html | 0 test/runtime/samples/{switch => dynamic-component}/_config.js | 0 test/runtime/samples/{switch => dynamic-component}/main.html | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename test/runtime/samples/{switch-events => dynamic-component-events}/Bar.html (100%) rename test/runtime/samples/{switch-events => dynamic-component-events}/Foo.html (100%) rename test/runtime/samples/{switch-events => dynamic-component-events}/_config.js (100%) rename test/runtime/samples/{switch-events => dynamic-component-events}/main.html (100%) rename test/runtime/samples/{switch => dynamic-component}/Bar.html (100%) rename test/runtime/samples/{switch => dynamic-component}/Foo.html (100%) rename test/runtime/samples/{switch => dynamic-component}/_config.js (100%) rename test/runtime/samples/{switch => dynamic-component}/main.html (100%) diff --git a/test/runtime/samples/switch-events/Bar.html b/test/runtime/samples/dynamic-component-events/Bar.html similarity index 100% rename from test/runtime/samples/switch-events/Bar.html rename to test/runtime/samples/dynamic-component-events/Bar.html diff --git a/test/runtime/samples/switch-events/Foo.html b/test/runtime/samples/dynamic-component-events/Foo.html similarity index 100% rename from test/runtime/samples/switch-events/Foo.html rename to test/runtime/samples/dynamic-component-events/Foo.html diff --git a/test/runtime/samples/switch-events/_config.js b/test/runtime/samples/dynamic-component-events/_config.js similarity index 100% rename from test/runtime/samples/switch-events/_config.js rename to test/runtime/samples/dynamic-component-events/_config.js diff --git a/test/runtime/samples/switch-events/main.html b/test/runtime/samples/dynamic-component-events/main.html similarity index 100% rename from test/runtime/samples/switch-events/main.html rename to test/runtime/samples/dynamic-component-events/main.html diff --git a/test/runtime/samples/switch/Bar.html b/test/runtime/samples/dynamic-component/Bar.html similarity index 100% rename from test/runtime/samples/switch/Bar.html rename to test/runtime/samples/dynamic-component/Bar.html diff --git a/test/runtime/samples/switch/Foo.html b/test/runtime/samples/dynamic-component/Foo.html similarity index 100% rename from test/runtime/samples/switch/Foo.html rename to test/runtime/samples/dynamic-component/Foo.html diff --git a/test/runtime/samples/switch/_config.js b/test/runtime/samples/dynamic-component/_config.js similarity index 100% rename from test/runtime/samples/switch/_config.js rename to test/runtime/samples/dynamic-component/_config.js diff --git a/test/runtime/samples/switch/main.html b/test/runtime/samples/dynamic-component/main.html similarity index 100% rename from test/runtime/samples/switch/main.html rename to test/runtime/samples/dynamic-component/main.html