From 42f7c80bb66f5b365313def598cf24d593f9e4bc Mon Sep 17 00:00:00 2001 From: Shahar Talmi Date: Tue, 21 Oct 2014 00:51:50 +0300 Subject: [PATCH] chore(tests): remove redundant file Closes #9706 --- test/e2e/templates/test.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 test/e2e/templates/test.html diff --git a/test/e2e/templates/test.html b/test/e2e/templates/test.html deleted file mode 100644 index 2eec4e7c..00000000 --- a/test/e2e/templates/test.html +++ /dev/null @@ -1,23 +0,0 @@ - -{% if eq(test.ngAppTag, "html") %} - -{% else %} - -{% endif %} - - {% if scripts.jQuery %} - - {% endif %} - {% for script in test.scripts %} - - {% endfor %} - {{ test.head }} - - {% if test.ngAppTag === "body" %} - - {% else %} - - {% endif %} - {% test.body %} - -