From aeb44de787d42e293bd3ddcbb5ee62ab79619d20 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 4 Feb 2016 09:55:18 -0800 Subject: [PATCH] Move test and add to runner. --- test/runner.html | 1 + test/unit/{template => }/dom-template.html | 32 ++++++++++++---------- 2 files changed, 19 insertions(+), 14 deletions(-) rename test/unit/{template => }/dom-template.html (72%) diff --git a/test/runner.html b/test/runner.html index 8acdc9b910..22b6bb8210 100644 --- a/test/runner.html +++ b/test/runner.html @@ -66,6 +66,7 @@ 'unit/templatizer.html', 'unit/dom-repeat.html', 'unit/dom-if.html', + 'unit/dom-template.html', 'unit/dom-bind.html', 'unit/script-after-import-in-head.html', 'unit/globals.html' diff --git a/test/unit/template/dom-template.html b/test/unit/dom-template.html similarity index 72% rename from test/unit/template/dom-template.html rename to test/unit/dom-template.html index d045800b7f..36556a2f2d 100644 --- a/test/unit/template/dom-template.html +++ b/test/unit/dom-template.html @@ -11,9 +11,9 @@ - - - + + + @@ -28,21 +28,25 @@