From d3c92cdb92e37963dfb4ec69da9c728747d671a5 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sat, 21 Apr 2018 19:43:42 +0200
Subject: [PATCH] FIX - linting errors for the build

---
 tests/unit/vue-components/Todo.spec.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/unit/vue-components/Todo.spec.js b/tests/unit/vue-components/Todo.spec.js
index b326a3b..fb2bbff 100644
--- a/tests/unit/vue-components/Todo.spec.js
+++ b/tests/unit/vue-components/Todo.spec.js
@@ -18,5 +18,4 @@
     expect(wrapper.find(XofYItems)).toBeTruthy();
   });
   // NEW TEST GOES HERE
-  
 });

--
Gitblit v1.9.3