From f5fb3e6c08011c04e833448d47ada45710874674 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 20 Apr 2018 15:38:51 -0400 Subject: [PATCH] add test --- test/runtime/samples/component-shorthand-import/Widget.html | 1 + test/runtime/samples/component-shorthand-import/_config.js | 3 +++ test/runtime/samples/component-shorthand-import/main.html | 5 +++++ 3 files changed, 9 insertions(+) create mode 100644 test/runtime/samples/component-shorthand-import/Widget.html create mode 100644 test/runtime/samples/component-shorthand-import/_config.js create mode 100644 test/runtime/samples/component-shorthand-import/main.html diff --git a/test/runtime/samples/component-shorthand-import/Widget.html b/test/runtime/samples/component-shorthand-import/Widget.html new file mode 100644 index 0000000000..7ffdd798f3 --- /dev/null +++ b/test/runtime/samples/component-shorthand-import/Widget.html @@ -0,0 +1 @@ +

This is the widget.

diff --git a/test/runtime/samples/component-shorthand-import/_config.js b/test/runtime/samples/component-shorthand-import/_config.js new file mode 100644 index 0000000000..ceb8e19f68 --- /dev/null +++ b/test/runtime/samples/component-shorthand-import/_config.js @@ -0,0 +1,3 @@ +export default { + html: `

This is the widget.

`, +}; diff --git a/test/runtime/samples/component-shorthand-import/main.html b/test/runtime/samples/component-shorthand-import/main.html new file mode 100644 index 0000000000..01320a9b39 --- /dev/null +++ b/test/runtime/samples/component-shorthand-import/main.html @@ -0,0 +1,5 @@ + + +