From 3ff4ed1b945292370930e5a1f7d8b0d2ba3625e8 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Tue, 29 Jan 2019 10:14:53 -0800 Subject: [PATCH] Add tests for calling Polymer() with ES6 class --- test/runner.html | 3 ++- test/unit/class-properties.html | 39 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 test/unit/class-properties.html diff --git a/test/runner.html b/test/runner.html index e1061780ae..4aea40f205 100644 --- a/test/runner.html +++ b/test/runner.html @@ -84,8 +84,9 @@ 'unit/disable-upgrade.html', 'unit/shady-unscoped-style.html', 'unit/html-tag.html', - 'unit/legacy-data.html' + 'unit/legacy-data.html', // 'unit/multi-style.html' + 'unit/class-properties.html' ]; function combinations(suites, flags) { diff --git a/test/unit/class-properties.html b/test/unit/class-properties.html new file mode 100644 index 0000000000..6d2bbf56a6 --- /dev/null +++ b/test/unit/class-properties.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + \ No newline at end of file