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/Header.spec.js |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/tests/unit/vue-components/Header.spec.js b/tests/unit/vue-components/Header.spec.js
index 5c6b86d..3eca441 100644
--- a/tests/unit/vue-components/Header.spec.js
+++ b/tests/unit/vue-components/Header.spec.js
@@ -3,15 +3,14 @@
 import * as all from "../setup.js";
 
 describe("Header.vue", () => {
-
-//   const Date = 15 / 12 / 1995;
-//   it("has the expected html structure", () => {
-//     const created = () => {}
-//     const wrapper = shallow(Header, {
-//       created
-//     });
-//     expect(wrapper.element).toMatchSnapshot();
-//   });
+  //   const Date = 15 / 12 / 1995;
+  //   it("has the expected html structure", () => {
+  //     const created = () => {}
+  //     const wrapper = shallow(Header, {
+  //       created
+  //     });
+  //     expect(wrapper.element).toMatchSnapshot();
+  //   });
 
   it("calls the loadTodos function from actionsjs when created", () => {
     const created = jest.fn();

--
Gitblit v1.9.3