From 53afa111e7878ab0e1251b801096388b9a0fb169 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Feb 2018 21:14:48 +0100 Subject: [PATCH] Use template literals --- tests/Views/FormViewTest.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Views/FormViewTest.js b/tests/Views/FormViewTest.js index 89cf00d..c0c18c9 100644 --- a/tests/Views/FormViewTest.js +++ b/tests/Views/FormViewTest.js @@ -5,8 +5,8 @@ describe('FormViewTest', function () beforeEach(function () { - document.body.innerHTML += ' -
+ document.body.innerHTML += ` + @@ -16,8 +16,8 @@ describe('FormViewTest', function ()