From c63a253e80efe2d6eece3da24ac5071e2b710444 Mon Sep 17 00:00:00 2001 From: Paul Sauve Date: Mon, 6 Feb 2017 13:46:25 -0600 Subject: [PATCH] Add test using components --- .../component-attribute-spread/Widget.html | 1 + .../component-attribute-spread/_config.js | 3 +++ .../component-attribute-spread/main.html | 17 +++++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 test/generator/component-attribute-spread/Widget.html create mode 100644 test/generator/component-attribute-spread/_config.js create mode 100644 test/generator/component-attribute-spread/main.html diff --git a/test/generator/component-attribute-spread/Widget.html b/test/generator/component-attribute-spread/Widget.html new file mode 100644 index 0000000000..d767d2c07a --- /dev/null +++ b/test/generator/component-attribute-spread/Widget.html @@ -0,0 +1 @@ + diff --git a/test/generator/component-attribute-spread/_config.js b/test/generator/component-attribute-spread/_config.js new file mode 100644 index 0000000000..c9c42a1e3a --- /dev/null +++ b/test/generator/component-attribute-spread/_config.js @@ -0,0 +1,3 @@ +export default { + html: '', +}; diff --git a/test/generator/component-attribute-spread/main.html b/test/generator/component-attribute-spread/main.html new file mode 100644 index 0000000000..946a1c4cf5 --- /dev/null +++ b/test/generator/component-attribute-spread/main.html @@ -0,0 +1,17 @@ + + +